From b11471f9879870a25a9f5d559a5254edc4e7bef3 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 23 Oct 2015 19:13:54 -0400 Subject: [PATCH] improve hamburger visibility #1 --- css/main.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index d1f3f89..a499a57 100644 --- a/css/main.css +++ b/css/main.css @@ -56,7 +56,7 @@ p.lead { font-family: 'Open Sans'; } -.ug-badge { +.ug-badge { width: 50px; } /* Links */ @@ -102,7 +102,7 @@ a:hover { /* add drop shadow here */ display: inline-block; padding: 15px; - margin-right: 25px; + margin-right: 25px; color: #fff; font-family: 'Roboto Condensed'; /*font-weight: bold;*/ @@ -125,7 +125,10 @@ a:hover { } .sub-menu > a:hover { text-decoration: none; - color: #000; + color: #ffffff; +} +#menuControl{ + background-color: #68227b } .main-content-slide { position: relative; @@ -182,5 +185,3 @@ a:hover { width: 100%; text-decoration: none; } - -