From 1bf3bde963def2d5e8a5c1da2e510f2133fdbd3e Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sat, 22 Jun 2024 20:06:04 +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 8e31c35..8b9bb05 100644 --- a/snippets/shx-header-subtitle.liquid +++ b/snippets/shx-header-subtitle.liquid @@ -3,7 +3,7 @@ render "shx-get-current-page" endcapture - assign shx_subtitle_color = "#AF9363" + assign shx_subtitle_color = "#333" if shx_current_page contains "texte" shx_subtitle_color = "#ff1212"