Automatic light/dark mode. Fixes a cursor color issue on Huawei Browser, and is generally a good idea.

This commit is contained in:
Leo Vasanko
2025-12-10 16:40:54 +00:00
parent 58f659ee85
commit 1b7b3c028f
+1
View File
@@ -1,5 +1,6 @@
:root {
color-scheme: light dark;
--font-sans: "Inter", "Inter var", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;
--font-mono: "DM Mono", "JetBrains Mono", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
--color-canvas: #f5f6f8;