mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-12 19:16:26 +01:00
Nudge font size smaller for code
This commit is contained in:
parent
e6ed64cfd0
commit
b9c762cf53
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ select.plain {
|
||||||
|
|
||||||
pre code,
|
pre code,
|
||||||
code {
|
code {
|
||||||
font-size: 95%;
|
font-size: 90%;
|
||||||
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
|
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
|
||||||
monospace;
|
monospace;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue