minor tweaks to make way for darkmode pass

This commit is contained in:
Geoff Doty 2024-07-20 18:42:43 -04:00
parent bc63b94174
commit b73972ab67
1 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ label.addon {
code {
background: var(--light);
color: var(--dark);
padding: .25rem
}
@ -125,7 +126,7 @@ legend {
blockquote {
margin: var(--size) 0;
color: var(--black);
color: var(--dark);
background: var(--light);
padding: var(--size);
border-left: 8px solid var(--theme);