pub / newsplanet

Planet-Style Newsfeed generated with perlanet
git clone https://src.jayvii.de/pub/newsplanet.git
Home | Log | Files | Exports | Refs | README | RSS

commit 0985fd79aac10dea37c3796c1446f8de51cf6697
parent 40125a40e60ae13167178350dd85fdb73845ec40
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri, 31 May 2024 22:38:55 +0200

Display external link marker only in headlines

Diffstat:
Mtemplate.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template.html b/template.html @@ -22,8 +22,8 @@ * { scroll-behavior: smooth; } img { display: none; } br { display: none; } - a[href^="https"]::after { - content: "\2197"; + h2 > a[href^="https"]::after { + content: " \2197"; } @media(prefers-color-scheme:dark){ :root{