diff --git a/_includes/components/sections/ai-usage.njk b/_includes/components/sections/ai-usage.njk index e407d0e..a8da404 100644 --- a/_includes/components/sections/ai-usage.njk +++ b/_includes/components/sections/ai-usage.njk @@ -52,7 +52,7 @@
Highlighted days had posts with AI involvement (level 1+). Empty boxes represent days with no AI-involved posts.
{% set graphLimit = sectionConfig.limit or 1 %} - {% postGraph aiPostsList, { prefix: "ai-section", limit: graphLimit, highlightColorLight: "#d97706", highlightColorDark: "#fbbf24" } %} + {% postGraph aiPostsList, { prefix: "ai-section", limit: graphLimit, boxColorDark: "#44403c", highlightColorLight: "#d97706", highlightColorDark: "#fbbf24" } %} {% endif %} diff --git a/_includes/components/widgets/ai-usage.njk b/_includes/components/widgets/ai-usage.njk index 03d4557..abb6df5 100644 --- a/_includes/components/widgets/ai-usage.njk +++ b/_includes/components/widgets/ai-usage.njk @@ -50,7 +50,7 @@ {# Compact post-graph — current year only, AI posts highlighted #} {% if aiPostsList and aiPostsList.length %}