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%; border-radius: 50%;
margin-right: 4px; margin-right: 4px;
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
background: #d9ba2b; } background: var(--blue); }
.social-media p a span { .social-media p a span {
color: white; } color: white; }
.social-media p a:hover { .social-media p a:hover {
background: #d9ba2b; } background: white; }
.social-media p a:hover span { .social-media p a:hover span {
color: #fff; } color: black; }
.req-button a { .req-button a {
display: inline-block; display: inline-block;
@ -8358,7 +8358,7 @@ h1, h2, h3, h4, h5,
letter-spacing: 2px; letter-spacing: 2px;
font-family: "Poppins", Arial, sans-serif; font-family: "Poppins", Arial, sans-serif;
font-weight: 600; font-weight: 600;
color: #d9ba2b; color: var(--blue);
display: inline-block; display: inline-block;
position: relative; position: relative;
letter-spacing: 4px; } letter-spacing: 4px; }
@ -8704,7 +8704,7 @@ h1, h2, h3, h4, h5,
.tabulation .tab-content ul li span.fa { .tabulation .tab-content ul li span.fa {
font-size: 12px; font-size: 12px;
margin-right: 15px; margin-right: 15px;
color: #d9ba2b; } color: var(--blue); }
.services { .services {
display: block; display: block;