From ee3c57bacee421590732c90bea4ce3a496774cb4 Mon Sep 17 00:00:00 2001 From: mstfyldz Date: Mon, 4 May 2026 22:29:26 +0300 Subject: [PATCH] accessibility: improve footer text contrast ratio --- css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index 700b601..3102c1d 100644 --- a/css/custom.css +++ b/css/custom.css @@ -2423,7 +2423,7 @@ header.main-header .header-sticky.active{ } .footer-copyright-text-new{ - color: #666; + color: #aaa; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; @@ -2431,7 +2431,7 @@ header.main-header .header-sticky.active{ } .footer-credit{ - color: #666; + color: #aaa; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; @@ -2439,7 +2439,7 @@ header.main-header .header-sticky.active{ } .footer-credit a{ - color: #999; + color: #fff; text-decoration: none; font-weight: 600; letter-spacing: 3px;