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

@ -1,9 +1,10 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="de">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="text-scale" content="scale" /> <meta name="text-scale" content="scale" />
<meta name="color-scheme" content="light">
<meta name="theme-color" content="#0B1023"> <meta name="theme-color" content="#0B1023">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

View file

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