diff options
author | MaZderMind | 2015-12-28 11:26:07 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-28 11:26:07 +0100 |
commit | 327cbb3cae07b2463f3bc466db4814dee368928e (patch) | |
tree | 846f2781b07c582ce67f00a2a32ac3729c43dcb4 /configs | |
parent | d1fdb6237750d0553b26b0726428d28507141aa6 (diff) |
fix multiview style
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/32c3/main.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/conferences/32c3/main.less b/configs/conferences/32c3/main.less index 1f9f6fa..012b8a4 100644 --- a/configs/conferences/32c3/main.less +++ b/configs/conferences/32c3/main.less @@ -152,3 +152,7 @@ nav .button-wrapper > .about { color: @state-danger-text; } } + +body.multiview .cell { + color: black; +} |