Skip to content

Commit

Permalink
Merge pull request #6 from chrisw-devops/PostCSAA
Browse files Browse the repository at this point in the history
Fixing broken CSS for list items
  • Loading branch information
chrisw-devops authored May 13, 2020
2 parents bdaa8d1 + b85a3e9 commit 6cc6516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ h2 {
.post {
border-bottom: 1px solid lightgrey;
padding-bottom: 2vh;
list-style-type: none !important;
}

.post-title {
color: #000000;
text-decoration: underline;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
Expand Down

0 comments on commit 6cc6516

Please sign in to comment.