chore: style cleanup

This commit is contained in:
Cory Dransfeldt 2024-08-12 20:09:40 -07:00
parent 66f9bd3512
commit 7d497f2b5e
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -288,9 +288,9 @@
code {
background-color: var(--code-bg-color);
border: 1px solid var(--border-color);
color: var(--code-text-color);
padding: 2px 4px;
border-radius: 3px;
font-family: var(--font-mono);
}