mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 16:50:31 +00:00
Fix URL hover boldness, use color change instead
URL boldness on hover is making the rest of text "jump" back and forth in Firefox
This commit is contained in:
parent
abd61d928c
commit
69d737b9b1
@ -155,3 +155,8 @@ div.blogpost div#overview div#excerpt {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover, a:focus {
|
||||||
|
color:#0be;
|
||||||
|
font-weight: initial;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user