Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Switch between Light & Dark Mode #10076
    blankjuek3y
    Participant

    The comment by ThatPurpleGuy actually answered my question.

    In principle, prefers-color-scheme is not used. JS only detects whether the user is using dark or light mode and then adjusts a class in the body tag. Depending on which class is in the tag (light or dark), different CSS variables are applied.

    Here is the link to the YT Tutorial: https://www.youtube.com/watch?v=rXuHGLzSmSE

Viewing 1 post (of 1 total)