From aa7856ebc0f376657ad6cce875c86e35bf290480 Mon Sep 17 00:00:00 2001 From: Miguel Cardenas Date: Thu, 13 Jul 2017 18:26:14 -0500 Subject: [PATCH] change color of header --- datacenterlight/static/datacenterlight/css/landing-page.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index 34ed0950..17ef3dbd 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -51,8 +51,8 @@ h6 { transition: all .2s ease-in; } .btn-primary{ - background: #29427A; - border-color: #29427A; + background: #465882; + border-color: transparent; color: #fff; width: auto; } @@ -211,7 +211,7 @@ h6 { bottom: 0; left: 0; right: 0; - background: rgba(90, 116, 175, 0.7); + background: rgba(38, 59, 107, 0.7); } .intro-header-1 { padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */