chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-14 14:09:47 -07:00
parent 83568a77dc
commit e33bc69556
No known key found for this signature in database
27 changed files with 63 additions and 122 deletions

View file

@ -11,10 +11,6 @@ theme-toggle {
& svg {
cursor: pointer;
transform: rotate(0deg);
transition-property: transform;
transition-timing-function: var(--transition-ease-in-out);
transition-duration: var(--transition-duration-default);
}
&:hover svg,
@ -22,7 +18,6 @@ theme-toggle {
&:focus-within svg,
&:active svg {
stroke: var(--accent-color-hover);
transform: rotate(8deg);
}
& > .light svg { stroke: var(--sun); }