water.css
water.css copied to clipboard
make use of `color-scheme: dark;`
Many native controllers like checkboxes and eg the small date icon on input[type=datetime-local]
have quite a bad contrast when using the prefer dark mode.
that is b/c it still renders dose native controllers as light theme. i think this should be added:
@media (prefers-color-scheme: dark) {
* { color-scheme: dark; }
}
by using this ☝️ then i don't think you really have to go for all the trouble of styling native buttons and input that much...
the native calender will get a dark mode when using this 👍
Assign this to me
Hello @jimmywarting please assign this issue to me. I shall start working on it immediately.
please assign me this issue. I want to start working on it immediately.
I can't assign someone, just make a PR you guys!
I would like to work on this issue. Seems interesting!!!
I am working on this please assign this to me.
please assign me this issue. I want to start working on it immediately.
please assign this task to me under HacktoberFest_2k23