From 02b2daa157454c04a10bbf244cb673f71b9f80a4 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 4 Sep 2012 13:42:12 +0000 Subject: increase text/bg contrast --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index bca0430..17c6612 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,7 @@ html, body, table { color: #202020; } body { font-size: 80%; } + .clear { clear: both; } table { border-spacing: 0; @@ -17,8 +18,8 @@ th:last-child { border-right: 0; } td { padding: 0; margin: 0; padding: 0.2em 0.5em; border-bottom: 1px solid #ccc; } tr { background: transparent; } -tr.uploaded { background: #bbffbb; } -tr.failure { background: #ffbbbb; } +tr.uploaded { background: #ddffdd; } +tr.failure { background: #ffdddd; } tr.rejected { background: #FFFFE0; } tr.todo { background: white; } tr.building { background: #ffff99; } -- cgit v1.2.1