Dark-Mode deaktiviert (color-scheme: light), lang=de

This commit is contained in:
rene 2026-05-17 12:56:56 +02:00
parent ca499dd4e5
commit ecba1da140
2 changed files with 6 additions and 1 deletions

View file

@ -17,6 +17,10 @@
padding: 0;
}
:global(html) {
color-scheme: light;
}
:global(body) {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: #1a1a2e;