From 7afc3561b2bb67efae44854f18cb1433aa1fe38c Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 21 Jun 2024 09:54:06 +0200 Subject: [PATCH] dynamic navbar colors --- layout/theme.liquid | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layout/theme.liquid b/layout/theme.liquid index 878ab49..5fca3db 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -53,7 +53,7 @@ %} @@ -101,6 +101,8 @@ endif %} + --shx-my-{{ scheme.id }}: "#8D8D8D"; + --color-background: {{ new_background.red }},{{ new_background.green }},{{ new_background.blue }}; {% if new_background_gradient != empty %}