mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-25 01:11:00 +00:00
Merge pull request #1 from ecx0d/ecx0d-css-patch-1
Update dark-theme.css
This commit is contained in:
commit
c36c9ade62
1 changed files with 5 additions and 1 deletions
|
@ -27,11 +27,15 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
select {
|
||||
color: #fff;
|
||||
background: #111;
|
||||
}
|
||||
|
||||
option {
|
||||
color: #fff;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
textarea {
|
||||
border: 1px solid #444 !important;
|
||||
|
|
Loading…
Reference in a new issue