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
+5 -1
View File
@@ -27,11 +27,15 @@
color: #fff;
}
select {
color: #fff;
background: #111;
}
option {
color: #fff;
background: #222;
}
textarea {
border: 1px solid #444 !important;