fix(css): btn-switch-language white in dark theme

This commit is contained in:
youngtrashbag 2022-08-24 10:09:49 +02:00 committed by GitHub
parent d11e2ea165
commit 6415ea98f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,10 @@
background-color: #5CA8FF !important;
color: #fff;
}
.btn-switch-language {
color: #fff;
}
/* like in textarea */
.card-content {