chore: select styles
This commit is contained in:
parent
b03a014258
commit
7dc424ef5a
3 changed files with 15 additions and 13 deletions
|
@ -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);
|
||||
|
||||
|
|
Reference in a new issue