css: reduce pre font size
This commit is contained in:
parent
a64f9d8f14
commit
d58151dbb0
|
@ -20,6 +20,7 @@ html {
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-family: var(--mono-font);
|
font-family: var(--mono-font);
|
||||||
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
|
|
Loading…
Reference in New Issue