From a818799add26a5ff310e3394f59059fc293c5cc1 Mon Sep 17 00:00:00 2001 From: dedeibel Date: Fri, 28 Dec 2018 10:50:00 +0100 Subject: Feedback read: improve table hover effect --- configs/conferences/35c3/main.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configs/conferences/35c3') diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less index 05e10fa..ec01eaa 100644 --- a/configs/conferences/35c3/main.less +++ b/configs/conferences/35c3/main.less @@ -449,7 +449,11 @@ footer { body.feedback-read { .table-striped > tbody > tr:nth-of-type(2n+1) { - background-color: #3f3f3f; + background-color: #202020; + } + + .table-hover > tbody > tr:hover { + background-color: #303030; } } -- cgit v1.2.3