summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-03-22 14:30:51 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-03-22 14:30:51 -0400
commit14d448f3e1f3ca3ce989ca92cd29aee445dbb9ca (patch)
tree92accaf0a70547475311474bbb4d3f15c011b99a
parent2db8f1d7da619891e2fbfb76d04b734b583440ab (diff)
downloadcgit-skin-14d448f3e1f3ca3ce989ca92cd29aee445dbb9ca.tar.gz
Age colors
-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%;