chore: styles

This commit is contained in:
Cory Dransfeldt 2024-11-08 14:21:53 -08:00
parent 0114acdffb
commit ea807b7e9c
No known key found for this signature in database
3 changed files with 6 additions and 13 deletions

View file

@ -1,10 +1,3 @@
code {
padding: var(--spacing-xs);
color: var(--text-color-inverted);
background-color: var(--background-color-inverted);
border-radius: var(--border-radius-slight);
}
code,
pre {
color: var(--blue-100);