From a39045c253a0a106b9a99f6fcffdfcbe35b0feaf Mon Sep 17 00:00:00 2001 From: davidd Date: Mon, 10 Jun 2024 07:22:18 +0200 Subject: [PATCH] update back color --- mrbs/themes/verdnatura/styling.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrbs/themes/verdnatura/styling.inc b/mrbs/themes/verdnatura/styling.inc index b039e2b..7d8613a 100644 --- a/mrbs/themes/verdnatura/styling.inc +++ b/mrbs/themes/verdnatura/styling.inc @@ -12,7 +12,7 @@ $header_font_color = "#ffffff"; // font color for text in header $highlight_font_color = "#ff0066"; // used for highlighting text (eg links, errors) $color_key_font_color = $standard_font_color; // used in the colour key table -$banner_back_color = "#1976D2"; // background colour for banner +$banner_back_color = "#8CC63F"; // background colour for banner $banner_border_color = $body_background_color; // border colour for banner $banner_font_color = $header_font_color; // font colour for banner $banner_nav_hover_color = 'darkblue'; // background colour when header links are hovered over