1
Fork 0

Make all links underlined on hover

This commit is contained in:
Jan-Erik Rediger 2019-07-01 21:29:13 +02:00
parent e4af1bbbb6
commit 18db1a7a27

View file

@ -89,7 +89,7 @@ article.blog-list a {
text-decoration: none;
}
article.blog-list a:hover {
article a:hover {
text-decoration: underline;
}