more consistent styles and improved SEO

This commit is contained in:
ansuz
2017-02-01 15:47:50 +01:00
parent 3a9c1c782d
commit 1a061c22a0
5 changed files with 27 additions and 27 deletions

View File

@@ -35,7 +35,7 @@
line-height: 40px;
&:hover {
text-decoration: none;
color: #558;
color: @cp-purple;
}
}
@@ -48,11 +48,10 @@
a {
font-weight: 500;
font-size: 0.75em;
color: #558;
color: @cp-purple;
&:hover {
text-decoration: none;
color: #000;
text-decoration: underline;
}
}
}