One line of CSS to add basic dark/light mode

When you have your OS set up in dark mode seeing bright form elements is grating. By starting your style sheet with a single line of CSS, you can make sure that people using dark mode get dark form elements and backgrounds and those using light mode, l…


This content originally appeared on DEV Community and was authored by Christian Heilmann

When you have your OS set up in dark mode seeing bright form elements is grating. By starting your style sheet with a single line of CSS, you can make sure that people using dark mode get dark form elements and backgrounds and those using light mode, light ones.

Codepen showing the difference the line of CSS makes - offering the page in a dark and light mode

You can see it in this codepen:

You can also use the browser developer tools to simulate the different modes to see the difference.

Emulating different modes in browser developer tools

Read more about color-scheme on the MDN web docs.


This content originally appeared on DEV Community and was authored by Christian Heilmann


Print Share Comment Cite Upload Translate Updates
APA

Christian Heilmann | Sciencx (2022-06-20T22:29:21+00:00) One line of CSS to add basic dark/light mode. Retrieved from https://www.scien.cx/2022/06/20/one-line-of-css-to-add-basic-dark-light-mode/

MLA
" » One line of CSS to add basic dark/light mode." Christian Heilmann | Sciencx - Monday June 20, 2022, https://www.scien.cx/2022/06/20/one-line-of-css-to-add-basic-dark-light-mode/
HARVARD
Christian Heilmann | Sciencx Monday June 20, 2022 » One line of CSS to add basic dark/light mode., viewed ,<https://www.scien.cx/2022/06/20/one-line-of-css-to-add-basic-dark-light-mode/>
VANCOUVER
Christian Heilmann | Sciencx - » One line of CSS to add basic dark/light mode. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/06/20/one-line-of-css-to-add-basic-dark-light-mode/
CHICAGO
" » One line of CSS to add basic dark/light mode." Christian Heilmann | Sciencx - Accessed . https://www.scien.cx/2022/06/20/one-line-of-css-to-add-basic-dark-light-mode/
IEEE
" » One line of CSS to add basic dark/light mode." Christian Heilmann | Sciencx [Online]. Available: https://www.scien.cx/2022/06/20/one-line-of-css-to-add-basic-dark-light-mode/. [Accessed: ]
rf:citation
» One line of CSS to add basic dark/light mode | Christian Heilmann | Sciencx | https://www.scien.cx/2022/06/20/one-line-of-css-to-add-basic-dark-light-mode/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.