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

@ -32,7 +32,7 @@ input:focus-within,
textarea:focus,
textarea:focus-within {
border: 0;
outline: 2px dashed var(--accent-color);
outline: var(--outline-default);
padding: calc(var(--sizing-sm) + 1px);
}
@ -46,7 +46,7 @@ select {
&:focus,
&:focus-within {
border: 0;
outline: var(--outline)
outline: var(--outline-default)
}
}