feat: tweak input field color

This commit is contained in:
alistair3149 2021-07-27 15:58:55 -04:00
parent 1746440bf7
commit f8a26fe6ea
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -72,8 +72,8 @@ pre,
input,
select,
textarea {
border: 1px solid var( --border-color-input );
background-color: var( --background-color-input );
border: 1px solid var( --border-color-base );
background-color: var( --color-surface-1 );
color: inherit;
}