diff --git a/static/base.css b/static/base.css index 449d7d7..90e593f 100644 --- a/static/base.css +++ b/static/base.css @@ -143,3 +143,7 @@ nav img { .queue .odd { background-color: #eee; } + +.queue .odd:hover { + background-color: #ddd; +}