chore: css cleanup

This commit is contained in:
Cory Dransfeldt 2024-07-01 13:25:45 -07:00
parent 2aa3af7c93
commit e30582d502
No known key found for this signature in database
13 changed files with 108 additions and 114 deletions

View file

@ -25,8 +25,8 @@ theme-toggle {
transform: rotate(8deg);
}
& > .light svg { stroke: var(--sun) !important; }
& > .dark svg { stroke: var(--moon) !important; }
& > .light svg { stroke: var(--sun); }
& > .dark svg { stroke: var(--moon); }
& > .light ,
& > .dark {