From 83ad1f673ac79156b5e2223bb14330b2989b39c2 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 16:18:34 +0100 Subject: chore: update css --- cgit.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index e048931..118a7f7 100644 --- a/cgit.css +++ b/cgit.css @@ -52,6 +52,13 @@ div#cgit .libravatar-avatar:active .on-hover { } div#cgit .theattening::before { content: '@'; +} +div#cgit .thedottening::after { + content: '˙'; + transform: rotate(180deg); +} +div#cgit .theattening::before, +div#cgit .thedottening::after { opacity: 0.7; pointer-events: none; } -- cgit v1.2.3