Dark-Mode deaktiviert (color-scheme: light), lang=de
This commit is contained in:
parent
ca499dd4e5
commit
ecba1da140
2 changed files with 6 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="text-scale" content="scale" />
|
||||
<meta name="color-scheme" content="light">
|
||||
<meta name="theme-color" content="#0B1023">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
:global(html) {
|
||||
color-scheme: light;
|
||||
}
|
||||
|
||||
:global(body) {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
color: #1a1a2e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue