don't set theme-color until we know for sure what the resolvedTheme is

This commit is contained in:
2022-01-08 11:32:43 -05:00
parent ce39750b0b
commit b7313985db
2 changed files with 11 additions and 6 deletions
+5 -2
View File
@@ -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",