accessibility: improve footer text contrast ratio

This commit is contained in:
mstfyldz
2026-05-04 22:29:26 +03:00
parent 7a28a23438
commit ee3c57bace

View File

@@ -2423,7 +2423,7 @@ header.main-header .header-sticky.active{
} }
.footer-copyright-text-new{ .footer-copyright-text-new{
color: #666; color: #aaa;
font-size: 13px; font-size: 13px;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1px; letter-spacing: 1px;
@@ -2431,7 +2431,7 @@ header.main-header .header-sticky.active{
} }
.footer-credit{ .footer-credit{
color: #666; color: #aaa;
font-size: 13px; font-size: 13px;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 2px; letter-spacing: 2px;
@@ -2439,7 +2439,7 @@ header.main-header .header-sticky.active{
} }
.footer-credit a{ .footer-credit a{
color: #999; color: #fff;
text-decoration: none; text-decoration: none;
font-weight: 600; font-weight: 600;
letter-spacing: 3px; letter-spacing: 3px;