diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/git-arr.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/git-arr.css b/static/git-arr.css index 0619b27..a4ecc02 100644 --- a/static/git-arr.css +++ b/static/git-arr.css @@ -99,6 +99,11 @@ span.tag { background-color: #ffff88; } +/* Projects table */ +table.projects td.name a { + color: #038; +} + /* Age of an object. * Note this is hidden by default as we rely on javascript to show it. */ span.age { |