chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-14 09:52:39 -07:00
parent 51b60301d1
commit 9b702520e2
No known key found for this signature in database
42 changed files with 91 additions and 99 deletions

View file

@ -29,7 +29,7 @@
&:focus,
&:focus-within {
outline: 2px dashed var(--accent-color);
outline: var(--outline-default);
}
& svg {
@ -132,8 +132,8 @@
&:focus,
&:focus-within {
border-top: 2px dashed var(--accent-color);
border-bottom: 2px dashed var(--accent-color);
border-top: var(--outline-default);
border-bottom: var(--outline-default);
}
}