chore: css cleanup
This commit is contained in:
parent
2aa3af7c93
commit
e30582d502
13 changed files with 108 additions and 114 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue