fix: post graph colors
This commit is contained in:
parent
392c8ef4af
commit
1480b27924
1 changed files with 2 additions and 2 deletions
|
@ -35,10 +35,10 @@ export default async function (eleventyConfig) {
|
|||
eleventyConfig.addPlugin(syntaxHighlight)
|
||||
eleventyConfig.addPlugin(tablerIcons)
|
||||
eleventyConfig.addPlugin(postGraph, {
|
||||
boxColorLight: '#e5e7eb',
|
||||
boxColorLight: '#d9dee4',
|
||||
highlightColorLight: '#2563eb',
|
||||
textColorLight: '#1f2937',
|
||||
boxColorDark: '#374151',
|
||||
boxColorDark: '#4b515d',
|
||||
highlightColorDark: '#60a5fa',
|
||||
textColorDark: '#fff',
|
||||
})
|
||||
|
|
Reference in a new issue