We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f281a6 commit 78c4158Copy full SHA for 78c4158
src/theme/css/variables.css
@@ -258,7 +258,7 @@
258
}
259
260
@media (prefers-color-scheme: dark) {
261
- .light.no-js {
+ .light:has(.no-js) {
262
--bg: hsl(200, 7%, 8%);
263
--fg: #98a3ad;
264
@@ -299,6 +299,8 @@
299
--searchresults-li-bg: #2b2b2f;
300
--search-mark-bg: #355c7d;
301
302
+ --color-scheme: dark;
303
+
304
/* Same as `--icons` */
305
--copy-button-filter: invert(26%) sepia(8%) saturate(575%) hue-rotate(169deg) brightness(87%) contrast(82%);
306
/* Same as `--sidebar-active` */
0 commit comments