water.css icon indicating copy to clipboard operation
water.css copied to clipboard

make use of `color-scheme: dark;`

Open jimmywarting opened this issue 2 years ago • 8 comments

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 👍

jimmywarting avatar Jun 06 '22 20:06 jimmywarting

Assign this to me

Harsh3363 avatar Jul 27 '22 20:07 Harsh3363

Hello @jimmywarting please assign this issue to me. I shall start working on it immediately.

ritwick096 avatar Oct 08 '22 15:10 ritwick096

please assign me this issue. I want to start working on it immediately.

deepbeatz avatar Oct 08 '22 15:10 deepbeatz

I can't assign someone, just make a PR you guys!

jimmywarting avatar Oct 08 '22 17:10 jimmywarting

I would like to work on this issue. Seems interesting!!!

SrushtiRaut avatar Oct 18 '22 09:10 SrushtiRaut

I am working on this please assign this to me.

adi7yashah avatar Nov 02 '22 09:11 adi7yashah

please assign me this issue. I want to start working on it immediately.

Nikhil743 avatar Oct 01 '23 05:10 Nikhil743

please assign this task to me under HacktoberFest_2k23

itzanway avatar Oct 02 '23 08:10 itzanway