Use black color for switcher options (#1615)

Closes #1614
This commit is contained in:
Manuel Kaufmann 2024-10-09 15:14:43 +02:00 committed by GitHub
parent a1c2147b17
commit 1f2439c7bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -265,6 +265,8 @@ html
&:hover, &:active, &:focus
background: rgba(255, 255, 255, .1)
color: rgba(255, 255, 255, .5)
option
color: black
&:has(> select):after
display: inline-block
width: 1.5em