Compare commits

..

1 Commits

Author SHA1 Message Date
81fc7ddd71 Change behaviour of links 2019-04-24 12:45:45 +05:30
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