Skip to content

Commit

Permalink
Redo "improve links"
Browse files Browse the repository at this point in the history
This reverts commit a66b8e1.
  • Loading branch information
samueldr committed Sep 17, 2020
1 parent a66b8e1 commit 5741150
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site-styles/components/footer.less
Expand Up @@ -33,8 +33,10 @@ body > footer {

a {
text-decoration: none;
border-bottom: 0;
&:hover, &:focus, &:active {
text-decoration: none;
border-bottom: 0;
}
}

Expand Down
2 changes: 2 additions & 0 deletions site-styles/components/navbar.less
Expand Up @@ -176,6 +176,7 @@ body > header {
a {
white-space: nowrap;
text-decoration: none;
border-bottom: 0;
padding-left: 15*@unit;
padding-right: 15*@unit;
#screen-sm-only({
Expand All @@ -184,6 +185,7 @@ body > header {
});
&:hover, &:focus, &:active {
text-decoration: none;
border-bottom: 0;
}
}

Expand Down
5 changes: 5 additions & 0 deletions site-styles/layout.less
Expand Up @@ -87,6 +87,11 @@ body > main {
flex-grow: 1;
}

a {
text-decoration: none;
border-bottom: 1px solid;
}

ul {
padding: 0;
margin-top: 0;
Expand Down

0 comments on commit 5741150

Please sign in to comment.