aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlberto Bertogli <albertito@blitiri.com.ar>2017-08-27 16:27:47 +0200
committerAlberto Bertogli <albertito@blitiri.com.ar>2017-08-27 16:29:24 +0200
commit56b0b34930dd3a0ec90035ea2db381fda63a24f8 (patch)
tree79e8fb7a9f0c1bba05b63bd76e1e064bdf582827 /static
parent9b21bd6f191fab943ffea791285b8dfb97ec95ef (diff)
downloadgit-arr-fork-56b0b34930dd3a0ec90035ea2db381fda63a24f8.zip
style: In the index, make the project names explicit links
For readability, make the project names in the index to be explicit links.
Diffstat (limited to 'static')
-rw-r--r--static/git-arr.css5
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 {