Merge pull request #304 from youngtrashbag/patch-1

Make switch-language-btn white in Dark Theme
This commit is contained in:
Piero Toffanin 2022-08-24 12:44:13 +02:00 committed by GitHub
commit 6cc4f94da2
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 {