Style changes to mobile-menu

This commit is contained in:
madmaurice 2016-10-25 20:43:32 +00:00
parent 0bffc1a0e1
commit 45a2fa6128

View file

@ -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 {