mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-25 09:21:04 +00:00
Merge pull request #493 from argosopentech/dropdown-text-color-darkmode
Fix text color in dark mode
This commit is contained in:
commit
c032cdac25
1 changed files with 4 additions and 0 deletions
|
@ -180,6 +180,10 @@ select {
|
||||||
color: var(--fg-color);
|
color: var(--fg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select option {
|
||||||
|
color: var(--pri-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
.language-select {
|
.language-select {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue