Update dark-theme.css

just a bit css, making <select> and <option> more readable in dark theme
This commit is contained in:
Christian Eichert 2022-07-31 20:53:48 +02:00 committed by GitHub
parent d1d8fbab89
commit 537430f55d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,11 +27,15 @@
color: #fff;
}
select {
color: #fff;
background: #111;
}
option {
color: #fff;
background: #222;
}
textarea {
border: 1px solid #444 !important;