diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 209561f..ef178e8 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -698,11 +698,19 @@ table.results { } .results tr.odd { + background: #f5f5f5; + } + + .results tr.odd:hover { background: #fff; } .results tr.even { - background: #e4eeff; + background: #ccdfff; + } + + .results tr.even:hover { + background: #b3cfff; } .results .flagged {