mirror of
https://github.com/gethomepage/homepage.git
synced 2025-11-19 04:52:58 -05:00
Fix: specify color-scheme meta for darkreader (#5819)
This commit is contained in:
parent
8f756d4084
commit
1e06e93e47
@ -417,6 +417,7 @@ function Home({ initialSettings }) {
|
||||
)}
|
||||
<meta name="msapplication-TileColor" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
||||
<meta name="theme-color" content={themes[settings.color || "slate"][settings.theme || "dark"]} />
|
||||
<meta name="color-scheme" content="dark light"></meta>
|
||||
</Head>
|
||||
|
||||
<Script src="/api/config/custom.js" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user