0

Want to show theme corresponding the user's operating system theme settings.

For that, need to use Javascript in css like below but it will cause error

@media (prefers-color-scheme: dark) {
  localStorage.setItem("os-prefered-dark", true)
}
9
  • you cannot use javascript in CSS. but you can use some css in javascript. Commented Oct 25, 2020 at 11:02
  • Never seen people using JavaScript in CSS but CSS in JavaScript. Commented Oct 25, 2020 at 11:03
  • 1
    Hi, I do believe this article will help you. :) Commented Oct 25, 2020 at 11:06
  • Why set the dark theme in localStorage? Commented Oct 25, 2020 at 11:06
  • So that the theme preference remains there after the page is also refreshed Commented Oct 25, 2020 at 11:08

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.