5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 00:59:36 +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:
George 2020-02-19 13:24:55 -05:00 committed by GitHub
parent abd61d928c
commit 69d737b9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,3 +155,8 @@ div.blogpost div#overview div#excerpt {
text-decoration: none;
font-size: 1em;
}
a:hover, a:focus {
color:#0be;
font-weight: initial;
}