X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0b8b6a317654dce2aa8c7ec5bf55717f624af14f..25da3f76255754c8b3f98232a5eb84f47088d0f7:/cgit.css?ds=inline diff --git a/cgit.css b/cgit.css index b14f77e..327eaba 100644 --- a/cgit.css +++ b/cgit.css @@ -60,7 +60,7 @@ table.list tr.nohover:hover { } table.list th { - font-weight: normal; + font-weight: bold; border-bottom: solid 1px #777; padding: 0.1em 0.5em 0.1em 0.5em; vertical-align: baseline; @@ -388,3 +388,28 @@ td.toplevel-repo { table.list td.sublevel-repo { padding-left: 1.5em; } + +span.age-mins { + font-weight: bold; + color: #080; +} + +span.age-hours { + color: #080; +} + +span.age-days { + color: #040; +} + +span.age-weeks { + color: #444; +} + +span.age-months { + color: #888; +} + +span.age-years { + color: #bbb; +}