chore: pulling weeds

This commit is contained in:
Cory Dransfeldt 2024-09-19 16:26:51 -07:00
parent 067ac95a64
commit 6e2694157c
No known key found for this signature in database
24 changed files with 194 additions and 287 deletions

View file

@ -34,16 +34,4 @@ button,
transition-timing-function: var(--transition-ease-in-out);
transition-duration: var(--transition-duration-default);
}
&.secondary {
color: var(--accent-color);
background: transparent;
}
&.secondary:not(.theme-toggle):hover,
&.secondary:not(.theme-toggle):active,
&.secondary:not(.theme-toggle):focus {
color: var(--accent-color-hover);
background: transparent;
}
}