Commit 566a8b38 by Giulio Gratta

fix bad css and clean up after rebase/merge

parent 93258c54
...@@ -22,28 +22,6 @@ header.global { ...@@ -22,28 +22,6 @@ header.global {
margin: -2px 39px 0px 0px; margin: -2px 39px 0px 0px;
position: relative; position: relative;
&::before {
@extend .faded-vertical-divider;
content: "";
display: block;
height: 50px;
position: absolute;
right: 1px;
top: -8px;
width: 1px;
}
&::after {
@extend .faded-vertical-divider-light;
content: "";
display: block;
height: 50px;
position: absolute;
right: 0px;
top: -12px;
width: 1px;
}
a { a {
display: block; display: block;
} }
...@@ -76,8 +54,7 @@ header.global { ...@@ -76,8 +54,7 @@ header.global {
li.secondary { li.secondary {
> a { > a {
color: $lighter-base-font-color; color: $link-color;
color: $link-color
display: block; display: block;
font-family: $sans-serif; font-family: $sans-serif;
@include inline-block; @include inline-block;
......
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