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 e74a0b0 commit f688716Copy full SHA for f688716
app/styles/app.css
@@ -441,16 +441,12 @@ pre .logger.log-log svg {
441
margin-right: 9px;
442
}
443
444
-@media (prefers-color-scheme: light) {
445
- .shiki.tokyo-night {
446
- display: none;
447
- }
+html:not(.dark) .shiki.tokyo-night {
+ display: none;
448
449
450
-@media (prefers-color-scheme: dark) {
451
- .shiki.github-light {
452
453
+html.dark .shiki.github-light {
454
455
456
/* TanStack Router Devtools */
0 commit comments