From 87e76540f014ecb7b174616949d786ec88ae001b Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sat, 22 Jun 2024 20:08:59 +0200 Subject: [PATCH] header subtitle color --- snippets/shx-header-subtitle.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/shx-header-subtitle.liquid b/snippets/shx-header-subtitle.liquid index 97f2d89..0095a96 100644 --- a/snippets/shx-header-subtitle.liquid +++ b/snippets/shx-header-subtitle.liquid @@ -3,10 +3,10 @@ render "shx-get-current-page" endcapture - assign shx_subtitle_color = "#333" + assign shx_subtitle_color = "#AF9363" if shx_current_page contains "texte" - assign shx_subtitle_color = "#ff1212" + assign shx_subtitle_color = settings.color_schemes["scheme-shx-texte"]["settings"]["background"] endif %}