update dark theme value
This commit is contained in:
parent
4cc7008340
commit
8a4851587e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export const creator = {
|
|||
export const pathToSvgLogo = 'src/assets/svg/misc/logo.svg'; // used for favicon generation
|
||||
export const themeColor = '#dd4462'; // used in manifest, for example primary color value
|
||||
export const themeLight = '#f8f8f8'; // used for meta tag theme-color, if light colors are prefered. best use value set for light bg
|
||||
export const themeDark = '#FBFBFB'; // used for meta tag theme-color, if dark colors are prefered. best use value set for dark bg
|
||||
export const themeDark = '#2e2e2e'; // used for meta tag theme-color, if dark colors are prefered. best use value set for dark bg
|
||||
export const opengraph_default = '/assets/images/template/opengraph-default.jpg'; // fallback/default meta image
|
||||
export const opengraph_default_alt =
|
||||
"Visible content: An Eleventy starter with CUBE CSS, Cube CSS, Every Layout, Design Tokens and Tailwind for uitility classes. A workflow for building modern and resilient websites, introduced by Andy Bell's project buildexcellentwebsit.es"; // alt text for default meta image"
|
||||
|
|
|
|||
Loading…
Reference in a new issue