diff options
author | Andreas Hubel | 2019-12-29 23:20:11 +0100 |
---|---|---|
committer | Andreas Hubel | 2019-12-29 23:20:11 +0100 |
commit | f32b8c181f5064f832fc89f8c853971394fdfcff (patch) | |
tree | 46215fdfe3efe6af3d6ee20d798deb720ecb2032 /configs/conferences/36c3/main.less | |
parent | 55ca2627ad063129f7e9e97b3f64a828490e2678 (diff) |
fix now display
Diffstat (limited to 'configs/conferences/36c3/main.less')
-rw-r--r-- | configs/conferences/36c3/main.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/conferences/36c3/main.less b/configs/conferences/36c3/main.less index f0895c3..007c9c7 100644 --- a/configs/conferences/36c3/main.less +++ b/configs/conferences/36c3/main.less @@ -86,7 +86,9 @@ body.room .tab-content { } body .schedule .now { - background-color: unset; + //background-color: rgba(222,103,100,0.6); + //background-color: unset; + } body .schedule .block.event h3 { |