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
@@ -418,32 +418,38 @@ div.pager {
418 margin: 1em 0em 0em 0em; 418 margin: 1em 0em 0em 0em;
419} 419}
420 420
421div.pager a { 421div.pager a {
422 color: #777; 422 color: #777;
423 margin: 0em 0.5em; 423 margin: 0em 0.5em;
424} 424}
425 425
426span.age-mins { 426span.age-mins {
427 font-weight: bold; 427 font-weight: bold;
428 color: #080; 428 color: #080;
429} 429}
430 430
431span.age-hours { 431span.age-hours {
432 color: #080; 432 color: #080;
433} 433}
434 434
435span.age-days { 435span.age-days {
436 color: #040; 436 color: #040;
437} 437}
438 438
439span.age-weeks { 439span.age-weeks {
440 color: #444; 440 color: #444;
441} 441}
442 442
443span.age-months { 443span.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}