From 6c3cb5edaff21d13634bae0ae2fd0143d2ef5af8 Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Fri, 9 Feb 2018 07:36:04 +0530 Subject: [PATCH] dcl footer link color --- datacenterlight/static/datacenterlight/css/common.css | 4 ++++ datacenterlight/static/datacenterlight/css/landing-page.css | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/datacenterlight/static/datacenterlight/css/common.css b/datacenterlight/static/datacenterlight/css/common.css index 69c9a8e0..e24cf671 100644 --- a/datacenterlight/static/datacenterlight/css/common.css +++ b/datacenterlight/static/datacenterlight/css/common.css @@ -91,4 +91,8 @@ p.copyright { footer { padding: 20px 0; background-color: #f8f8f8; +} + +footer a { + color: #777; } \ No newline at end of file diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index eba3d1ef..e838b353 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -1223,7 +1223,6 @@ tech-sub-sec h2 { footer { padding: 50px 20px; - background-color: #f8f8f8; } .topnav a:focus {