mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +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
|
@ -29,6 +29,10 @@
|
||||||
background-color: #5CA8FF !important;
|
background-color: #5CA8FF !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-switch-language {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/* like in textarea */
|
/* like in textarea */
|
||||||
.card-content {
|
.card-content {
|
||||||
|
|
Loading…
Reference in a new issue