web/html: prevent chrome & darkreader from messing up the dark theme

This commit is contained in:
wukko 2024-08-17 19:52:39 +06:00
parent e678bd25fc
commit 911f283b78
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -10,6 +10,9 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="cobalt"> <meta name="apple-mobile-web-app-title" content="cobalt">
<meta name="darkreader-lock">
<meta name="color-scheme" content="only light">
<link rel="icon" href="%sveltekit.assets%/favicon.png"> <link rel="icon" href="%sveltekit.assets%/favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/icons/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/icons/apple-touch-icon.png">