summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css7
1 files changed, 7 insertions, 0 deletions
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;
}