mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 23:43:22 +01:00
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:
parent
922aa83a10
commit
54e390eeec
@ -140,6 +140,7 @@
|
|||||||
outline: 2px solid #48b57e
|
outline: 2px solid #48b57e
|
||||||
+dark-mode
|
+dark-mode
|
||||||
background: #3b3b3b
|
background: #3b3b3b
|
||||||
|
color: rgba(255,255,255, 0.9)
|
||||||
border: 1px solid #5a5a5a
|
border: 1px solid #5a5a5a
|
||||||
&:focus
|
&:focus
|
||||||
border: 1px solid #3b3b3b
|
border: 1px solid #3b3b3b
|
||||||
|
Loading…
Reference in New Issue
Block a user