From 85371310140eb154e6c3d7662c4d8f81a44f9954 Mon Sep 17 00:00:00 2001 From: Gary Date: Thu, 8 May 2025 11:35:30 +0100 Subject: [PATCH] Update service section include and change background color to variable --- about.php | 2 +- css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/about.php b/about.php index 9ac23d5..c275eba 100644 --- a/about.php +++ b/about.php @@ -63,7 +63,7 @@ include_once $URlsorrection . "includes/banner.php"; \ No newline at end of file diff --git a/css/style.css b/css/style.css index 4c1d979..227df83 100644 --- a/css/style.css +++ b/css/style.css @@ -8070,7 +8070,7 @@ h1, h2, h3, h4, h5, height: 100%; bottom: 0; left: 0; - background-color: #d9ba2b; + background-color: var(--blue); visibility: hidden; -webkit-transform: scaleX(0); -ms-transform: scaleX(0);