fix: post graph colors

This commit is contained in:
Cory Dransfeldt 2024-02-20 12:28:00 -08:00 committed by GitHub
parent 392c8ef4af
commit 1480b27924
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',
})