mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-21 20:55:56 -04:00
don't set theme-color until we know for sure what the resolvedTheme is
This commit is contained in:
+5
-2
@@ -18,8 +18,11 @@ module.exports = {
|
||||
fathomSiteId: "WBGNQUKW",
|
||||
fathomCustomDomain: "https://blue-chilly.jarv.is",
|
||||
webmentionId: "jarv.is",
|
||||
themeColorLight: "#fcfcfc",
|
||||
themeColorDark: "#252525",
|
||||
themeColors: {
|
||||
// used for `<meta name="theme-color" ...>`, should be the same as CSS `--background-outer` var in styles/colors.css
|
||||
light: "#fcfcfc",
|
||||
dark: "#252525",
|
||||
},
|
||||
|
||||
// Me info
|
||||
authorName: "Jake Jarvis",
|
||||
|
||||
Reference in New Issue
Block a user