Avoid changing layout on hover

This commit is contained in:
Magnus Hoff 2018-07-19 08:36:47 +02:00
parent e26e60ce2c
commit c2c0bae335

View file

@ -156,6 +156,7 @@ a {
}
a[href^="http"]::after {
display: inline-block;
padding: 0 0.1rem;
font-size: 75%;
content: "🔗";
@ -163,7 +164,6 @@ a[href^="http"]::after {
}
a[href^="http"]:hover::after {
display: inline-block;
text-decoration: none;
}