Add `prefers-color-scheme` query for theme fallback
2 files changed
+3
-1
cee200e6
→
91866f62
modified playwright.config.ts
@@ -16,6 +16,7 @@ const config: PlaywrightTestConfig = {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/lib/appearance.ts
@@ -30,10 +30,11 @@ function loadCodeFont(): CodeFont {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|