adding OpenSans to menu

This commit is contained in:
Luis 2017-06-17 19:33:37 +02:00
parent a2c09e2aa1
commit b044042890
21 changed files with 38 additions and 55 deletions

View file

@ -60,7 +60,7 @@ twentytwenty-wrapper img {
// menu small devices
#menu {
background: #60768B;
ul {
> li {
@ -69,6 +69,8 @@ twentytwenty-wrapper img {
@include breakpoint(small) {
line-height: 2em;
}
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
}
}
@ -78,3 +80,7 @@ twentytwenty-wrapper img {
a {
color: #4f85bb;
}
.wrapper.style3 {
background: #3D4955;
}