some adjustments

This commit is contained in:
OniriCorpe 2023-08-21 19:52:05 +02:00
parent e4052891b8
commit 224725c065

View file

@ -11,16 +11,13 @@
<style>
article a::before {
content: "➤";
display: inline-block;
margin-right: .4em;
content: "➤ ";
}
a[href^="//"]::before,
a[href^="http"]::before,
a[href^="gemini"]::before {
content: "🌐";
margin-right: .4em;
content: "🌐 ";
}
a[href^="//"]::before {