Fix link hover effect
This commit is contained in:
parent
8f81522907
commit
957d3049aa
3 changed files with 2 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1085,9 +1085,7 @@ make sure this only happens on large viewports / desktop-ish devices.
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-full-content a:hover {
|
.post-full-content a:hover {
|
||||||
color: var(--blue);
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
box-shadow: var(--blue) 0 -1px 0 inset;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-full-content strong,
|
.post-full-content strong,
|
||||||
|
|
Loading…
Reference in a new issue