diff options
chore: update css
-rw-r--r-- | cgit.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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"], |