Skip to content

Commit

Permalink
update _sass/_archive.scss to highlight hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Xingjun Ma authored Nov 18, 2018
1 parent 62b9a9a commit 4b75e97
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions _sass/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,15 @@
}

a {
color: inherit;
text-decoration: none;
text-decoration: underline;

&:hover {
text-decoration: underline;

img {
box-shadow: 0 0 10px rgba(#000, 0.25);
}
}
}
}

Expand Down

0 comments on commit 4b75e97

Please sign in to comment.