Skip to content

Commit b6b4ab7

Browse files
committed
style: Cleanup external link asset logic
1 parent c88eca2 commit b6b4ab7

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

_includes/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<footer>
22
<p>&copy; {{ site.title }}, 2009 &ndash; 2024</p>
3+
<p>
4+
Hosting kindly provided by <a href="https://www.igalia.com">Igalia</a>
5+
</p>
36

47
<p><a href="{{ site.sourceurl }}">Website Source</a></p>
58
</footer>

style.css

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,6 @@ footer a {
9393
margin: auto;
9494
}
9595

96-
footer a[href^="http"]:after {
97-
content: url("assets/extlink-d.svg");
98-
filter: none;
99-
}
100-
101-
footer a[href^="http"]:has(svg):after {
102-
content: none;
103-
}
104-
10596
/* Titles */
10697

10798
h1,
@@ -325,6 +316,8 @@ ul.news .title {
325316
}
326317

327318
a[href^="http"]:after {
328-
filter: invert();
319+
display: inline-block;
320+
margin-left: 3px;
321+
content: url("assets/extlink-d.svg");
329322
}
330323
}

0 commit comments

Comments
 (0)