diff --git a/_includes/footer.html b/_includes/footer.html index 24f823783..47bc2a8f6 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,8 @@ diff --git a/style.css b/style.css index 2b339b781..1bb0937ab 100644 --- a/style.css +++ b/style.css @@ -93,15 +93,6 @@ footer a { margin: auto; } -footer a[href^="http"]:after { - content: url("assets/extlink-d.svg"); - filter: none; -} - -footer a[href^="http"]:has(svg):after { - content: none; -} - /* Titles */ h1, @@ -325,6 +316,8 @@ ul.news .title { } a[href^="http"]:after { - filter: invert(); + display: inline-block; + margin-left: 3px; + content: url("assets/extlink-d.svg"); } }