cppreference-doc
cppreference-doc copied to clipboard
dark theme
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>