fix: dark theme

This commit is contained in:
Cory Dransfeldt 2024-01-02 14:23:29 -08:00
parent 898bf2698c
commit 61cdd43e25
No known key found for this signature in database

View file

@ -438,10 +438,7 @@ footer nav {
background: var(--blue-400);
}
body svg,
html svg,
nav .tags svg,
nav .search svg {
:is(body, html, nav .tags, nav .search) svg {
stroke: var(--white);
}