diff options
| -rw-r--r-- | cgit.css | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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%; |
