💄 style: round down code font-size

This commit is contained in:
welpo 2023-05-21 22:48:56 +02:00
parent 60680fad37
commit 4af487eced
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

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