mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
Chore: move custom css loading, add letter-spacing (#4359)
This commit is contained in:
parent
276a1c3ef4
commit
a28952ce69
3 changed files with 3 additions and 2 deletions
|
@ -374,8 +374,6 @@ 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"]} />
|
||||
<link rel="preload" href="/api/config/custom.css" as="style" />
|
||||
<link rel="stylesheet" href="/api/config/custom.css" /> {/* eslint-disable-line @next/next/no-css-tags */}
|
||||
</Head>
|
||||
|
||||
<Script src="/api/config/custom.js" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue