diff options
author | dedeibel | 2018-12-27 23:24:42 +0100 |
---|---|---|
committer | dedeibel | 2018-12-27 23:24:42 +0100 |
commit | e65732e84128f020d436584614cd8571bdbeb94a (patch) | |
tree | 212d45803338ecb71908639e8137b16d6b6f6e0a /configs | |
parent | 78ad494637c1b6faad4cda1c5ac74b018be877dc (diff) |
35c3: feedback read styling improved
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/35c3/main.less | 7 |
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; + } +} + |