From 8b1406732f9180fb1018babf038632282731d9fb Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sat, 22 Jun 2024 20:00:48 +0200 Subject: [PATCH] header subtitle color --- snippets/shx-header-subtitle.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-header-subtitle.liquid b/snippets/shx-header-subtitle.liquid index 763fe5f..5bbb45e 100644 --- a/snippets/shx-header-subtitle.liquid +++ b/snippets/shx-header-subtitle.liquid @@ -6,7 +6,7 @@ assign shx_subtitle_color = "#AF9363" if shx_current_page contains "texte" - shx_subtitle_color = settings.color_schemes["scheme-shx-texte"]["settings"]["background"] + shx_subtitle_color = "#ff1212" endif %}