Skip to content

Commit 072b90b

Browse files
authored
Merge pull request academicpages#166 from xingjunm/master
update _sass/_archive.scss to highlight hyperlinks
2 parents 37b6a69 + 4b75e97 commit 072b90b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

_sass/_archive.scss

+9-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@
1515
}
1616

1717
a {
18-
color: inherit;
19-
text-decoration: none;
18+
text-decoration: underline;
19+
20+
&:hover {
21+
text-decoration: underline;
22+
23+
img {
24+
box-shadow: 0 0 10px rgba(#000, 0.25);
25+
}
26+
}
2027
}
2128
}
2229

0 commit comments

Comments
 (0)