diff --git a/_app/_includes/themes/curtana/includes/css-variables.html b/_app/_includes/themes/curtana/includes/css-variables.html index cd06caa79..04cf6a70d 100644 --- a/_app/_includes/themes/curtana/includes/css-variables.html +++ b/_app/_includes/themes/curtana/includes/css-variables.html @@ -89,9 +89,9 @@ color: {{ page.scheme-code }}; } {% endif %} - + {% if page.scheme-text %} - hr::before, + .content hr::before, .footnotes::before { background: {{ page.scheme-text }}; box-shadow: 20px 0 0 0 {{ page.scheme-text }}, -20px 0 0 0 {{ page.scheme-text }};