mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/html: prevent chrome & darkreader from messing up the dark theme
This commit is contained in:
parent
e678bd25fc
commit
911f283b78
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<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="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/icons/apple-touch-icon.png">
|
||||
|
||||
|
|
Loading…
Reference in a new issue