diff options
| author | Adam <[email protected]> | 2025-11-28 05:48:07 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-11-28 05:48:07 -0600 |
| commit | 398d35dc977bade3b97386124ac648d32c029884 (patch) | |
| tree | 24d945d46d9c4b757b18b835c19acfa06f0b4692 /packages/desktop/index.html | |
| parent | 5efeaae093a5b64478b285b9f03098f3b096f0ba (diff) | |
| download | opencode-398d35dc977bade3b97386124ac648d32c029884.tar.gz opencode-398d35dc977bade3b97386124ac648d32c029884.zip | |
fix: theme-color value
Diffstat (limited to 'packages/desktop/index.html')
| -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> |
