Make inline code smaller

This commit is contained in:
daudix
2024-06-25 19:57:32 +03:00
parent 3926adeae2
commit 456a5d4905

View File

@ -11,6 +11,7 @@ code:not(pre code) {
background-color: var(--fg-muted-2);
padding: 0.125rem 0.375rem;
color: var(--red-fg);
font-size: 0.875rem;
}
pre {