diff options
Diffstat (limited to 'packages/desktop')
| -rw-r--r-- | packages/desktop/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html index 57e10defa..6e67e6d47 100644 --- a/packages/desktop/index.html +++ b/packages/desktop/index.html @@ -9,7 +9,7 @@ <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="#000000" /> + <meta name="theme-color" content="var(--background-base)" /> <meta property="og:image" content="/social-share.png" /> <meta property="twitter:image" content="/social-share.png" /> </head> |
