Commit 3dfa0b6e by Giulio Gratta

header and footer styling changes

parent b23e0fdc
......@@ -39,7 +39,7 @@
.nav-colophon {
@include clearfix();
margin: ($baseline/4) 0 ($baseline*1.5) 0;
margin: ($baseline/4) 0;
li {
float: left;
......
......@@ -247,12 +247,12 @@ header.global {
a {
display:block;
padding: ($baseline/4);
color: $m-gray-d1;
color: $lighter-base-font-color;
font-weight: 600;
&:hover, &:active {
text-decoration: none;
color: $m-blue-s1;
color: $link_color;
}
}
......@@ -260,7 +260,7 @@ header.global {
a {
text-decoration: none;
color: $m-blue-s1;
color: $link_color;
}
}
}
......@@ -325,6 +325,6 @@ header.global {
a {
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