Skip to content

Commit

Permalink
Merge pull request academicpages#166 from xingjunm/master
Browse files Browse the repository at this point in the history
update _sass/_archive.scss to highlight hyperlinks
  • Loading branch information
staeiou authored Dec 14, 2018
2 parents 222f7c5 + b2ea5c6 commit 741ad2d
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 741ad2d

Please sign in to comment.