mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-18 08:27:03 +02:00
fix(css): btn-switch-language white in dark theme
This commit is contained in:
parent
d11e2ea165
commit
6415ea98f2
@ -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 New Issue
Block a user