diff options
author | Florian Larysch | 2016-12-30 12:06:04 +0100 |
---|---|---|
committer | Florian Larysch | 2016-12-30 13:22:19 +0100 |
commit | cba029799f86b65a042ce47d7e5d6625d5f9f5d9 (patch) | |
tree | 95f433b44b645b525db8315d78a40f489d1db113 /configs/conferences | |
parent | d370265d2326eecd03d1bde2c7f47158e139ba46 (diff) |
33c3: fix relive text color
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/33c3/main.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index f8d5b26..821fb36 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -35,6 +35,10 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra font-family: sans-serif; } +.relive { + color: black; +} + .group-live { margin-top: 60px; } |