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;