update color styles to use CSS variables for consistency

This commit is contained in:
Gary 2025-04-28 11:43:24 +01:00
parent 98a73d6faa
commit a8ee4f1553

View File

@ -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;