Make all links underlined on hover
This commit is contained in:
parent
e4af1bbbb6
commit
18db1a7a27
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ article.blog-list a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
article.blog-list a:hover {
|
article a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue