summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 6a25acf..fc11871 100644
--- a/cgit.css
+++ b/cgit.css
@@ -48,6 +48,31 @@ body {
font-family: "Source Code Pro";
}
+#cgit .age-years {
+ color: #bbb;
+}
+
+#cgit .age-months {
+ color: #888;
+}
+
+#cgit .age-weeks {
+ color: #444;
+}
+
+#cgit .age-hours {
+ color: #00ae00;
+}
+
+#cgit .age-mins {
+ color: #00ae00;
+ font-weight: bold;
+}
+
+#cgit .age-days {
+ color: #040;
+}
+
#cgit #header {
background-image: linear-gradient(#F9F9F9, #F3F3F3);
width: 100%;