Color links in headers

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-04-03 23:00:25 +02:00
parent 4b565ad8d9
commit cae05092e7
2 changed files with 24 additions and 1 deletions
+2
View File
@@ -21,6 +21,8 @@ $theme-article-heading-h3-background: transparent;
$theme-article-heading-h4-background: transparent;
$theme-article-heading-h5-background: transparent;
$theme-article-heading-h6-background: transparent;
$theme-article-heading-link-color: hsl($theme-hue, 100%, 75%);
$theme-article-heading-link-color-active: hsl($theme-hue, 100%, 90%);
$theme-article-table-head-background: hsl($theme-hue, 75%, 25%);
$theme-article-table-body-background: hsl($theme-hue, 60%, 15%);
$theme-article-table-body-background-alt: hsl($theme-hue, 60%, 12.5%);