From d2c33a8b111d6c1844f514d9c608de4404263a02 Mon Sep 17 00:00:00 2001 From: dedeibel Date: Sat, 22 Dec 2018 19:27:31 +0100 Subject: 35c3: Improved readablity / contrast of schedule entries --- configs/conferences/35c3/main.less | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less index 19adcf6..fa4bef3 100644 --- a/configs/conferences/35c3/main.less +++ b/configs/conferences/35c3/main.less @@ -372,16 +372,35 @@ body .schedule { &.pause { background-color: @color-grey-lightest; background-image: linear-gradient(135deg, rgba(255,255,255,.35) 15%, transparent 15%, transparent 30%, rgba(255,255,255,.35) 30%, rgba(255,255,255,.35) 45%, transparent 45%, transparent 60%, rgba(255,255,255,.35) 60%, rgba(255,255,255,.35) 75%, transparent 75%, transparent 90%, rgba(255,255,255,.35) 90%, rgba(255,255,255,.35)); + + h3 { + color: @color-grey-lighter; + } } h3 { font-size: 16px; - color: @color-grey-lighter; + color: @color-grey-lightest; } h4 { .font-sub-line(); color: @color-blue; + font-weight: 500; + } + + h5 { + color: @color-grey-lighter; + } + } + + .room.highlight .block { + h3 { + color: @color-grey-darker; + } + + h5 { + color: @color-grey; } } -- cgit v1.2.3