diff options
author | derchris | 2019-12-17 10:38:27 +0100 |
---|---|---|
committer | derchris | 2019-12-17 10:38:27 +0100 |
commit | 040023a53d01b0d8a509a3126a10ca803916fdf9 (patch) | |
tree | ba4000f8e2e4e9409fc25c1e79293208fa9d41eb /configs | |
parent | faf69ffc401e2bdd82a65168083fa1fa710afed0 (diff) |
36c3: unset background for schedule
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/36c3/main.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/conferences/36c3/main.less b/configs/conferences/36c3/main.less index b9782ec..1dd68e8 100644 --- a/configs/conferences/36c3/main.less +++ b/configs/conferences/36c3/main.less @@ -85,6 +85,10 @@ body.room .tab-content { background-color: #000; } +body .schedule .now { + background-color: unset; +} + h1, h3 { color: @orange; } h2 { color: @green; } |