summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index d57722c..fac5f85 100644
--- a/cgit.css
+++ b/cgit.css
@@ -444,6 +444,12 @@ span.age-months {
444 color: #888; 444 color: #888;
445} 445}
446 446
447span.age-years { 447span.age-years {
448 color: #bbb; 448 color: #bbb;
449} 449}
450div.footer {
451 margin-top: 0.5em;
452 text-align: center;
453 font-size: 80%;
454 color: #ccc;
455}