Change behaviour of links
This commit is contained in:
parent
a80cd5d18e
commit
81fc7ddd71
@ -33,6 +33,11 @@ a {
|
|||||||
a:hover,
|
a:hover,
|
||||||
a:focus {
|
a:focus {
|
||||||
color: #0057a2;
|
color: #0057a2;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.post-heading a:hover,
|
||||||
|
.post-heading a:focus {
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
a img:hover,
|
a img:hover,
|
||||||
a img:focus {
|
a img:focus {
|
||||||
|
2
static/css/clean-blog.min.css
vendored
2
static/css/clean-blog.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user