header subtitle color

main
alexanderroese 2024-06-22 20:14:09 +02:00
parent 87e76540f0
commit 67be120a37
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
assign shx_subtitle_color = "#AF9363"
if shx_current_page contains "texte"
assign shx_subtitle_color = settings.color_schemes["scheme-shx-texte"]["settings"]["background"]
assign shx_subtitle_color = settings.color_schemes["scheme-shx-texte"]["settings"]["background"] | default: "#AF9363"
endif
%}
<script>
console.log("shx_subtitle_color", {{ shx_subtitle_color }})
console.log("shx_subtitle_color", "{{ shx_subtitle_color }}")
</script>
<div style="text-align: center; padding-left: 20px; padding-right: 20px">