Style changes to mobile-menu
This commit is contained in:
parent
0bffc1a0e1
commit
45a2fa6128
1 changed files with 5 additions and 8 deletions
|
@ -33,7 +33,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header .tagline {
|
.header .tagline {
|
||||||
color: #d3d3ff /* #aaaaac */;
|
color: #eeeeef /* #aaaaac */;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
@ -91,19 +91,16 @@ body {
|
||||||
height:100%;
|
height:100%;
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0.3em;
|
padding:0.3em;
|
||||||
|
padding-bottom:0em;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
font-size: 1.1em;
|
font-size: 1.4em;
|
||||||
font-weight:500;
|
font-weight:500;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-menu li a.is-active {
|
.mobile-menu li a.is-active {
|
||||||
background-color:#d6d6d4;
|
background-color:#1eb513;
|
||||||
}
|
color: #ffffff !important;
|
||||||
|
|
||||||
.mobile-menu li a:hover {
|
|
||||||
background-color: #ededea;
|
|
||||||
transition: all 0.35s ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.columns {
|
.columns {
|
||||||
|
|
Loading…
Reference in a new issue