link borders are overrated

This commit is contained in:
Lorin Werthen 2016-10-12 10:57:23 +02:00
parent d3d4c112e8
commit 296af795fe
2 changed files with 14 additions and 2 deletions

View file

@ -7,6 +7,18 @@
background-size: cover;
}
.content {
a {
&:not(.button) {
border-bottom: none;
}
&:visited:hover {
color: $link-hover;
}
}
}
header.section {
padding-bottom: 10px;
}

View file

@ -15,9 +15,9 @@ $primary: $orange;
$family-sans-serif: 'Lato', sans-serif;
$link-visited: inherit;
$link-visited: $orange;
$border_hover: $blue;
$border-hover: $blue;
$box-colour: #EEE;
$highlighted-box-colour: $zeus-orange;