Skip to content

Commit eecdb54

Browse files
committed
Add underline to news links
1 parent 8804ef5 commit eecdb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/themes/mitlib-news/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Template: mitlib-parent
1111
.content-area a:link,
1212
.content-area a:visited {
1313
color: #000;
14-
text-decoration: none;
14+
text-decoration: underline;
1515
}
1616
.content-area a:hover,
1717
.content-area a:active {

0 commit comments

Comments
 (0)