feat: disable dark mode for text inputs
This commit is contained in:
parent
a0c8e0cd18
commit
b781408c18
@ -154,6 +154,8 @@ select {
|
|||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
margin-bottom: 0.25em;
|
margin-bottom: 0.25em;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
|
color: black;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
@ -491,7 +493,6 @@ button {
|
|||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
max-width: 335px;
|
max-width: 335px;
|
||||||
background-color: white;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user