chore: styles

This commit is contained in:
Cory Dransfeldt 2024-06-20 18:30:53 -07:00
parent eb34223928
commit b9506f48ac

View file

@ -1,9 +1,4 @@
button { button {
&:focus,
&:focus-within {
outline: 2px dashed var(--accent-color);
}
&:not(.theme-toggle) { &:not(.theme-toggle) {
border-radius: var(--rounded-full); border-radius: var(--rounded-full);
padding: var(--sizing-sm) var(--sizing-lg); padding: var(--sizing-sm) var(--sizing-lg);
@ -24,7 +19,9 @@ button {
&:not(.theme-toggle, .active):hover, &:not(.theme-toggle, .active):hover,
&:not(.theme-toggle, .active):active, &:not(.theme-toggle, .active):active,
&:not(.theme-toggle, .active):focus { &:not(.theme-toggle, .active):focus,
&:not(.theme-toggle, .active):focus-within {
outline: 2px dashed var(--accent-color);
background-color: var(--accent-color-hover); background-color: var(--accent-color-hover);
border-color: var(--accent-color-hover); border-color: var(--accent-color-hover);
transition-timing-function: var(--transition-ease-in-out); transition-timing-function: var(--transition-ease-in-out);