summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaine <caine@jihakuz.xyz>2026-03-26 22:44:06 +0000
committerCaine <caine@jihakuz.xyz>2026-03-26 22:44:06 +0000
commitc2a51b55772ad87c4bc8a9041b1beea7fb39afca (patch)
treeb900fafff46815e49812709bd6def87568b14ac2
parent7631442165ce1292f0fd7f458a8c32b372e7fad0 (diff)
Space out ref decorations from commit messagesHEADmaster
-rw-r--r--cgit.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index efd422e..ac4fc72 100644
--- a/cgit.css
+++ b/cgit.css
@@ -267,12 +267,16 @@ span.tag-deco,
span.remote-deco,
span.deco {
font-size: 0.8em;
- padding: 2px 6px;
+ padding: 2px 8px;
border-radius: 3px;
- margin-left: 6px;
+ margin-left: 10px;
font-weight: bold;
}
+span.head-deco {
+ margin-left: 10px;
+}
+
span.branch-deco {
background: rgba(91, 100, 197, 0.2);
color: #5b64c5;