summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css26
1 files changed, 25 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index db5b826..a162d1f 100644
--- a/cgit.css
+++ b/cgit.css
@@ -35,7 +35,7 @@ body {
}
-#cgit #header .form {
+#cgit .form {
text-align: right;
}
@@ -475,3 +475,27 @@ body {
font-family: "Source Code Pro";
margin: 0;
}
+
+#cgit .decoration .deco {
+ background-color: #FBCA04;
+ padding: 0 0.2em;
+ margin: 0 0.3em;
+ font-weight: bold;
+ font-size: 80%;
+ position: relative;
+ bottom: 0.1em;
+ color: #333;
+ border-radius: 2px;
+}
+
+#cgit .decoration .branch-deco {
+ background-color: #84B6EB;
+ padding: 0 0.2em;
+ margin: 0 0.3em;
+ font-weight: bold;
+ font-size: 80%;
+ position: relative;
+ bottom: 0.1em;
+ color: #333;
+ border-radius: 2px;
+}