Fix: specify color-scheme meta for darkreader (#5819)
This commit is contained in:
parent
8f756d4084
commit
1e06e93e47
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue