From 9af7c514a629c2d4bdf1d3ed41b8d3272ea8495c Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Fri, 25 May 2018 19:17:36 +0200 Subject: [PATCH] Highlight the row under the mouse --- style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.scss b/style.scss index e9bd8bb..ee6381d 100644 --- a/style.scss +++ b/style.scss @@ -90,6 +90,10 @@ h2, h3, h4, h5, h5 { text-align: left; } + tbody tr:hover { + background: $lighter; + } + #search-message { text-align: center; padding: 1em;