aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordedeibel2018-12-27 23:24:42 +0100
committerdedeibel2018-12-27 23:24:42 +0100
commite65732e84128f020d436584614cd8571bdbeb94a (patch)
tree212d45803338ecb71908639e8137b16d6b6f6e0a
parent78ad494637c1b6faad4cda1c5ac74b018be877dc (diff)
35c3: feedback read styling improved
-rw-r--r--configs/conferences/35c3/main.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less
index 238e90b..05e10fa 100644
--- a/configs/conferences/35c3/main.less
+++ b/configs/conferences/35c3/main.less
@@ -446,3 +446,10 @@ body .schedule {
footer {
color: darken(@color-green, 5%);
}
+
+body.feedback-read {
+ .table-striped > tbody > tr:nth-of-type(2n+1) {
+ background-color: #3f3f3f;
+ }
+}
+