From a8ee4f1553e757566ad5400caba4e04a3e36e645 Mon Sep 17 00:00:00 2001 From: Gary Date: Mon, 28 Apr 2025 11:43:24 +0100 Subject: [PATCH] update color styles to use CSS variables for consistency --- css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index da8961c..4bdfd81 100644 --- a/css/style.css +++ b/css/style.css @@ -8182,13 +8182,13 @@ h1, h2, h3, h4, h5, border-radius: 50%; margin-right: 4px; background: rgba(255, 255, 255, 0.1); - background: #d9ba2b; } + background: var(--blue); } .social-media p a span { color: white; } .social-media p a:hover { - background: #d9ba2b; } + background: white; } .social-media p a:hover span { - color: #fff; } + color: black; } .req-button a { display: inline-block; @@ -8358,7 +8358,7 @@ h1, h2, h3, h4, h5, letter-spacing: 2px; font-family: "Poppins", Arial, sans-serif; font-weight: 600; - color: #d9ba2b; + color: var(--blue); display: inline-block; position: relative; letter-spacing: 4px; } @@ -8704,7 +8704,7 @@ h1, h2, h3, h4, h5, .tabulation .tab-content ul li span.fa { font-size: 12px; margin-right: 15px; - color: #d9ba2b; } + color: var(--blue); } .services { display: block;