chore: styles
This commit is contained in:
parent
83568a77dc
commit
e33bc69556
27 changed files with 63 additions and 122 deletions
|
@ -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); }
|
||||
|
|
Reference in a new issue