Skip to content

Commit

Permalink
style: Cleanup external link asset logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiethecat committed Nov 15, 2024
1 parent c88eca2 commit b6b4ab7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
3 changes: 3 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<footer>
<p>&copy; {{ site.title }}, 2009 &ndash; 2024</p>
<p>
Hosting kindly provided by <a href="https://www.igalia.com">Igalia</a>
</p>

<p><a href="{{ site.sourceurl }}">Website Source</a></p>
</footer>
13 changes: 3 additions & 10 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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");
}
}

0 comments on commit b6b4ab7

Please sign in to comment.