commit 49a6dd9a546f4efd91d2dedd1e0b9241411bd36e
parent fefa4751b54f24e1273ac38885f8d122d30bc45e
author: nathanael <nathanael@dalliard.ch>
date: Tue, 14 Oct 2025 22:30:57 +0000
add arrow to external links
diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/assets/www.css b/assets/www.css
@@ -42,6 +42,10 @@ a {
text-decoration-thickness: 1px;
text-underline-offset: 5px;
}
+a[href^="http"]:not([href*="dalliard.ch"]):not([href*="localhost"])::after {
+ content: " ↗";
+ white-space: nowrap;
+}
p {
line-height: 1.8rem;
}