aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/35c3
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/35c3')
-rw-r--r--configs/conferences/35c3/main.less6
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;
}
}