diff options
Diffstat (limited to 'configs')
-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; } } |