From 1dc374e09de80e51b04a3c1dd5aa487e84392d58 Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Sat, 7 Oct 2017 16:23:04 +0530 Subject: [PATCH] footer links color changed --- hosting/static/hosting/css/landing-page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index 3e18a566..342fa3fa 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -843,10 +843,10 @@ a.unlink:hover { } .footer-light a, .footer-light .text-muted { - color: #ccc; + color: #ddd; } .footer-light a:hover, .footer-light a:focus, .footer-light a:active { - color: #ddd; + color: #fff; } .footer-vm p.copyright { margin-top: 4px;