1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-09-29 08:00:18 +02:00

Merge pull request #493 from argosopentech/dropdown-text-color-darkmode

Fix text color in dark mode
This commit is contained in:
Piero Toffanin 2023-09-16 20:02:22 -04:00 committed by GitHub
commit c032cdac25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,10 @@ select {
color: var(--fg-color);
}
select option {
color: var(--pri-bg-color);
}
.language-select {
display: inline-flex;
align-items: center;