fix: dark theme

This commit is contained in:
Cory Dransfeldt 2024-01-02 14:01:40 -08:00
parent 489f436d9c
commit 4cc2d33248
No known key found for this signature in database

View file

@ -459,7 +459,10 @@ footer nav {
a:hover,
a:focus,
a:active {
a:active,
:is(.main__title, footer nav:last-child) a:hover,
:is(.main__title, footer nav:last-child) a:focus,
:is(.main__title, footer nav:last-child) a:active {
color: var(--blue-200);
}