chore: select styles

This commit is contained in:
Cory Dransfeldt 2024-07-28 14:42:20 -07:00
parent b03a014258
commit 7dc424ef5a
No known key found for this signature in database
3 changed files with 15 additions and 13 deletions

View file

@ -31,6 +31,8 @@ textarea:focus-within {
select {
color: var(--text-color);
border: 1px solid var(--text-color);
border-radius: 0;
background-color: var(--background-color);
padding: var(--sizing-xs) var(--sizing-sm);