From 6c7f05e6311a4a02c19aca8b5d32513b60fcba84 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 21 Jun 2024 10:09:18 +0200 Subject: [PATCH] dynamic navbar colors --- config/settings_data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/settings_data.json b/config/settings_data.json index ce7d1e8..41edf34 100644 --- a/config/settings_data.json +++ b/config/settings_data.json @@ -300,10 +300,10 @@ }, "scheme-shx-contact-us": { "settings": { - "background": "#808080", + "background": "#f4f4f5", "background_gradient": "", - "text": "#ffffff", - "button": "#808080", + "text": "#121212", + "button": "#af9363", "button_label": "#ffffff", "secondary_button_label": "#121212", "shadow": "#121212"