link borders are overrated
This commit is contained in:
parent
d3d4c112e8
commit
296af795fe
2 changed files with 14 additions and 2 deletions
|
@ -7,6 +7,18 @@
|
|||
background-size: cover;
|
||||
}
|
||||
|
||||
.content {
|
||||
a {
|
||||
&:not(.button) {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
&:visited:hover {
|
||||
color: $link-hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
header.section {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue