From 7c30496060681d683abd600250db3a090810f3ba Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Thu, 13 Sep 2012 16:26:23 +0000 Subject: adjust contrast: saturate green bg, darker default font color, package explicit link --- style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index a82af97..d904ed7 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ html, body { } html, body, table { font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Tahoma, Arial, sans-serif; - color: #202020; + color: #101010; } body { font-size: 80%; } @@ -28,7 +28,7 @@ td { padding: 0; margin: 0; padding: 0.2em 0.5em; border-bottom: 1px solid #ccc; th, td { vertical-align: top; } tr { background: transparent; } -tr.uploaded { background: #ddffdd; } +tr.uploaded { background: #ddffdd; background: #91ff91; } tr.failure { background: #ffdddd; } tr.rejected { background: #FFFFE0; } tr.todo { background: white; } @@ -54,9 +54,7 @@ tr .revision { display: block; font-size: 85%; text-align: left; } td .media, td .timeinfo, -td .revision a { color: #777777; text-decoration: none; } - -a.package { color: #202020; text-decoration: none; } +td .revision a { color: #606060; text-decoration: none; } .number, .percent { text-align: right; } -- cgit v1.2.1