💄 style: round down code font-size

This commit is contained in:
welpo
2023-05-21 22:48:56 +02:00
parent 60680fad37
commit 4af487eced

View File

@@ -2,8 +2,7 @@ code {
background-color: var(--bg-1); background-color: var(--bg-1);
padding: 0.1em 0.2em; padding: 0.1em 0.2em;
font-family: var(--code-font); font-family: var(--code-font);
font-weight: 350; font-size: 0.9em;
font-size: 0.92em;
} }
pre { pre {