From 4668221cfe67e32e892cd9a157a43edd426d5b65 Mon Sep 17 00:00:00 2001 From: soaos Date: Thu, 2 Oct 2025 14:47:39 -0400 Subject: Mostly finished the GP text renderer post, need to finish on desktop --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 26306bd..a3a4364 100644 --- a/style.css +++ b/style.css @@ -201,3 +201,15 @@ a { a:visited { color: var(--purple); } + +a:not(:has(img,div))[target="_blank"]::after { + content: " ⎘"; +} + +a:not(:has(img,div))[href^="https://tv.soaos.dev/w/"]::before { + content: "📺 "; +} + +ul { + list-style-type: "• "; +} \ No newline at end of file -- cgit v1.2.3