From 56b0b34930dd3a0ec90035ea2db381fda63a24f8 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 27 Aug 2017 15:27:47 +0100 Subject: style: In the index, make the project names explicit links For readability, make the project names in the index to be explicit links. --- static/git-arr.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/git-arr.css') 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 { -- cgit v1.2.3