Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make use of color-scheme: dark; #300

Open
jimmywarting opened this issue Jun 6, 2022 · 8 comments
Open

make use of color-scheme: dark; #300

jimmywarting opened this issue Jun 6, 2022 · 8 comments

Comments

@jimmywarting
Copy link

jimmywarting commented Jun 6, 2022

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 👍

@Harsh3363
Copy link

Assign this to me

@ritwick096
Copy link

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

@deepbeatz
Copy link

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

@jimmywarting
Copy link
Author

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

@SrushtiRaut
Copy link

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

@adi7yashah
Copy link

I am working on this please assign this to me.

@Nikhil743
Copy link

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

@itzanway
Copy link

itzanway commented Oct 2, 2023

please assign this task to me under HacktoberFest_2k23

Harsh3363 added a commit to Harsh3363/water.css that referenced this issue Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants