Change behaviour of links

This commit is contained in:
Fabrice Mouhartem 2019-04-24 12:45:45 +05:30
parent a80cd5d18e
commit 81fc7ddd71
2 changed files with 6 additions and 1 deletions

View File

@ -33,6 +33,11 @@ a {
a:hover,
a:focus {
color: #0057a2;
text-decoration: none;
}
.post-heading a:hover,
.post-heading a:focus {
text-decoration: underline;
}
a img:hover,
a img:focus {

File diff suppressed because one or more lines are too long