forked from mirrors/LibreTranslate
fix(css): btn-switch-language white in dark theme
This commit is contained in:
parent
d11e2ea165
commit
6415ea98f2
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
|||
background-color: #5CA8FF !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-switch-language {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* like in textarea */
|
||||
.card-content {
|
||||
|
|
Loading…
Reference in a new issue