Make content links bold for accessibility (minimum contrast)

This commit is contained in:
benjamin melançon 2018-12-28 14:30:52 -05:00
parent 360f7be9f4
commit 116c14040f

View file

@ -58,6 +58,7 @@ p {
.content a {
font-weight: bold;
&:hover {
color: $link-hover;
background-color: $link-hover-background;