Skip to content

Commit

Permalink
Modify post-link color
Browse files Browse the repository at this point in the history
  • Loading branch information
ngzhio committed Jul 9, 2020
1 parent 84a5315 commit efdfbcb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/hamilton/skin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ table {
}
}

.post-link {
color: $text-color;

&:visited {
color: $text-color;
}
}

.post-header {
border-bottom-color: $border-color-light;
}
Expand Down

0 comments on commit efdfbcb

Please sign in to comment.