Commit 3dfa0b6e by Giulio Gratta

header and footer styling changes

parent b23e0fdc
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
.nav-colophon { .nav-colophon {
@include clearfix(); @include clearfix();
margin: ($baseline/4) 0 ($baseline*1.5) 0; margin: ($baseline/4) 0;
li { li {
float: left; float: left;
......
...@@ -247,12 +247,12 @@ header.global { ...@@ -247,12 +247,12 @@ header.global {
a { a {
display:block; display:block;
padding: ($baseline/4); padding: ($baseline/4);
color: $m-gray-d1; color: $lighter-base-font-color;
font-weight: 600; font-weight: 600;
&:hover, &:active { &:hover, &:active {
text-decoration: none; text-decoration: none;
color: $m-blue-s1; color: $link_color;
} }
} }
...@@ -260,7 +260,7 @@ header.global { ...@@ -260,7 +260,7 @@ header.global {
a { a {
text-decoration: none; text-decoration: none;
color: $m-blue-s1; color: $link_color;
} }
} }
} }
...@@ -325,6 +325,6 @@ header.global { ...@@ -325,6 +325,6 @@ header.global {
a { a {
text-decoration: none; text-decoration: none;
color: $m-blue-s1 !important; color: $link-color !important;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment