Set text color for language selector's input in dark mode

(in Electron it has a good default since the native UI gets it's theme set, but this does not happen in a browser where the user selects the dark theme)
This commit is contained in:
Jonatan Heyman 2024-01-11 20:03:45 +01:00
parent 922aa83a10
commit 54e390eeec

View File

@ -140,6 +140,7 @@
outline: 2px solid #48b57e
+dark-mode
background: #3b3b3b
color: rgba(255,255,255, 0.9)
border: 1px solid #5a5a5a
&:focus
border: 1px solid #3b3b3b