feat: dark mode toggle

This commit is contained in:
Alejandro Laguna
2025-08-22 17:04:23 +02:00
parent cc8794a13f
commit b1929aa216
11 changed files with 186 additions and 52 deletions

View File

@@ -7,6 +7,8 @@
--font-mono: 'JetBrains Mono', monospace;
}
@custom-variant dark (&:where(.dark, .dark *));
body {
font-family: var(--font-sans);
font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;