Skip to content

Commit

Permalink
Underline post list links
Browse files Browse the repository at this point in the history
  • Loading branch information
mijndert committed Mar 22, 2024
1 parent 96360ca commit 7ef8114
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,21 @@ header a {
font-weight: bold;
}

.post a {
text-decoration: none;
}

.post {
margin: 0 0 1em 0;
margin: 0 0 .75em 0;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.post a {
text-decoration: none;
}

.post a:hover {
text-decoration: underline;
}

footer {
margin: 2em 0 3em 0;
}
Expand Down

0 comments on commit 7ef8114

Please sign in to comment.