fix variables for markdown code

This commit is contained in:
Evan Simkowitz 2024-09-09 12:09:31 -07:00
parent 45acc62266
commit c3924daac3
No known key found for this signature in database

View file

@ -116,7 +116,8 @@
}
code {
color: var(--app-text-color);
color: var(--main-text-color);
font: var(--fixed-font);
border-radius: 4px;
}