mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-18 08:27:03 +02:00
Merge pull request #1 from ecx0d/ecx0d-css-patch-1
Update dark-theme.css
This commit is contained in:
commit
c36c9ade62
@ -27,11 +27,15 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
select {
|
select {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
color: #fff;
|
||||||
|
background: #222;
|
||||||
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
border: 1px solid #444 !important;
|
border: 1px solid #444 !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user