diff options
Diffstat (limited to 'static/git-arr.css')
-rw-r--r-- | static/git-arr.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/git-arr.css b/static/git-arr.css index 2e28c69..8da2b67 100644 --- a/static/git-arr.css +++ b/static/git-arr.css @@ -100,6 +100,26 @@ span.tag { background-color: #ffff88; } +/* Age of an object. + * Note this is hidden by default as we rely on javascript to show it. */ +span.age { + display: none; + color: gray; + font-size: x-small; +} + +span.age-band0 { + color: darkgreen; +} + +span.age-band1 { + color: green; +} + +span.age-band2 { + color: seagreen; +} + /* Commit message and diff. */ pre.commit-message { font-size: large; |