codemonument / deno_audio_logbook

A deno fresh server, with a telegram bot to receive audio messages and a website to show all messages of a user in a calendar
2 stars 0 forks source link

Bad Background Color in Select Overlay #9

Open bjesuiter opened 1 year ago

bjesuiter commented 1 year ago
          mostly styling changes - looking good. 

Small detail: image Select does not change background color on dark mode, making the other choice impossible to read, if not hovered due to font color beeing the same as background

Howler looks fine as well.

_Originally posted by @Bloodiko in https://github.com/codemonument/deno_audio_logbook/pull/7#pullrequestreview-1336006074_

Bloodiko commented 1 year ago

Fix:

option {
    background-color:var(--main-bg)
}

Option does not inherit main bg currently See Result: image