commit 64312f8fae8226c34f16978df0bfea9c4c43ebd5 parent 1be7d69c8d68ffcfb02bfb03823f4d2ad168a69c Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Thu, 11 Dec 2025 19:04:40 +0100 feat: mark outgoing URLs Diffstat:
| M | assets/css/custom.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/assets/css/custom.css b/assets/css/custom.css @@ -84,3 +84,7 @@ textarea[name=streams] { text-align: center; } } + +a[href^="https"]:where([href*="www.twitch.tv"])::after { + content: " \2197"; +}