From 8305255f38946503c6af34e893e301b386b417e3 Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 5 Jan 2025 16:17:07 +0100 Subject: chore: update css --- cgit.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cgit.css b/cgit.css index 651d9bc..e048931 100644 --- a/cgit.css +++ b/cgit.css @@ -50,6 +50,11 @@ div#cgit .libravatar-avatar:active .on-hover { width: 512px; height: 512px; } +div#cgit .theattening::before { + content: '@'; + opacity: 0.7; + pointer-events: none; +} div#cgit select, div#cgit input[type="text"], -- cgit v1.2.3