Merge pull request #291 from ecx0d/main

Update dark-theme.css
This commit is contained in:
Piero Toffanin 2022-08-01 00:09:25 -04:00 committed by GitHub
commit b2a4dd0a9f
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;