diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/35c3/main.less | 21 |
1 files changed, 20 insertions, 1 deletions
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; } } |