diff options
author | dedeibel | 2018-12-18 22:37:34 +0100 |
---|---|---|
committer | dedeibel | 2018-12-19 22:07:30 +0100 |
commit | b32a9184e2c252d865bca91ae8d1473851f07da5 (patch) | |
tree | c7c6b9d1ca92bd09675bf686de2a8eb36e581132 /configs | |
parent | 0201dd5a0cc8fbb6ec64697f7eb5732f765337b8 (diff) |
35c3: schedule font and color readability improvements
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/35c3/main.less | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less index 9f591ac..6090c30 100644 --- a/configs/conferences/35c3/main.less +++ b/configs/conferences/35c3/main.less @@ -9,7 +9,7 @@ @color-grey-darkest: darken(@color-grey, 20%); @color-grey-darker: darken(@color-grey, 10%); -@color-grey-lighter: lighten(@color-grey, 30%); +@color-grey-lighter: lighten(@color-grey, 20%); @color-grey-lightest: lighten(@color-grey, 40%); // highlight @color-grey-readable: lighten(@color-grey, 50%); @color-grey-readable-focused: lighten(@color-grey, 75%); @@ -295,8 +295,16 @@ nav { } body .schedule { - .block h3 { - font-size: 16px; + .block { + h3 { + font-size: 16px; + color: @color-grey-lighter; + } + + h4 { + .font-sub-line(); + color: @color-blue; + } } .now span { |