diff options
chore: update css
-rw-r--r-- | cgit.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,8 +54,8 @@ div#cgit .theattening::before { content: '@'; } div#cgit .thedottening::after { - content: '˙'; - transform: rotate(180deg); + content: '·'; + transform: translateY(50%) rotateX(180deg); } div#cgit .theattening::before, div#cgit .thedottening::after { |