mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-22 07:51:00 +00:00
Merge pull request #304 from youngtrashbag/patch-1
Make switch-language-btn white in Dark Theme
This commit is contained in:
commit
6cc4f94da2
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-switch-language {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/* like in textarea */
|
/* like in textarea */
|
||||||
.card-content {
|
.card-content {
|
||||||
border: 1px solid #444 !important;
|
border: 1px solid #444 !important;
|
||||||
|
|
Loading…
Reference in a new issue