From 45a2fa612884d0b701e519c95355d869774bfec7 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 25 Oct 2016 20:43:32 +0000 Subject: [PATCH] Style changes to mobile-menu --- css/index.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/css/index.css b/css/index.css index 5160d21..04f519f 100644 --- a/css/index.css +++ b/css/index.css @@ -33,7 +33,7 @@ body { } .header .tagline { - color: #d3d3ff /* #aaaaac */; + color: #eeeeef /* #aaaaac */; font-size: 1.2rem; margin: 0; font-style: italic; @@ -91,19 +91,16 @@ body { height:100%; margin:0; padding:0.3em; + padding-bottom:0em; padding-left: 1em; - font-size: 1.1em; + font-size: 1.4em; font-weight:500; text-transform:uppercase; } .mobile-menu li a.is-active { - background-color:#d6d6d4; -} - -.mobile-menu li a:hover { - background-color: #ededea; - transition: all 0.35s ease-in-out; + background-color:#1eb513; + color: #ffffff !important; } .columns {