diff options
author | dedeibel | 2018-12-28 10:50:00 +0100 |
---|---|---|
committer | dedeibel | 2018-12-28 10:50:00 +0100 |
commit | a818799add26a5ff310e3394f59059fc293c5cc1 (patch) | |
tree | 95ddd0f486a06c1178de2ed9f345af3d7a3f8f2d /configs/conferences/35c3/main.less | |
parent | d033c89f003ee9ae03ccff3d54fb534a61d08075 (diff) |
Feedback read: improve table hover effect
Diffstat (limited to 'configs/conferences/35c3/main.less')
-rw-r--r-- | configs/conferences/35c3/main.less | 6 |
1 files changed, 5 insertions, 1 deletions
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; } } |