Adjust color again

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-08-19 02:25:15 +02:00
parent 8b8d286658
commit baf122cf89
+1 -1
View File
@@ -13,7 +13,7 @@ $theme-menu-color: hsl($theme-hue, 0%, 85%);
$theme-menu-color-active: hsl($theme-hue, 0%, 100%);
$theme-article-background: hsl($theme-hue, 50%, 10%);
$theme-article-color: $theme-content-color;
$theme-article-title-background: hsl($theme-hue, 60%, 50%);
$theme-article-title-background: hsl($theme-hue, 100%, 40%);
$theme-article-title-color: hsl($theme-hue, 100%, 100%);
$theme-article-heading-h1-background: hsl($theme-hue, 75%, 30%);
$theme-article-heading-h2-background: hsl($theme-hue, 75%, 15%);