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;