cppreference-doc icon indicating copy to clipboard operation
cppreference-doc copied to clipboard

dark theme

Open lijh8 opened this issue 1 year ago • 0 comments

Hi, can we have automatically light or dark theme like this?

Thanks!

<head>
  <style>
    /* https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme */
    :root {
      color-scheme: light dark
    }
  </style>
</head>

lijh8 avatar Sep 10 '24 15:09 lijh8