diff options
Diffstat (limited to 'packages/desktop/index.html')
| -rw-r--r-- | packages/desktop/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html index 6e67e6d47..0ac3d566d 100644 --- a/packages/desktop/index.html +++ b/packages/desktop/index.html @@ -9,7 +9,8 @@ <link rel="shortcut icon" href="/favicon.ico" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="manifest" href="/site.webmanifest" /> - <meta name="theme-color" content="var(--background-base)" /> + <meta name="theme-color" content="#F8F7F7" /> + <meta name="theme-color" content="#131010" media="(prefers-color-scheme: dark)" /> <meta property="og:image" content="/social-share.png" /> <meta property="twitter:image" content="/social-share.png" /> </head> |
