Merge pull request #1 from ecx0d/ecx0d-css-patch-1

Update dark-theme.css
This commit is contained in:
Christian Eichert 2022-07-31 21:01:14 +02:00 committed by GitHub
commit c36c9ade62
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;