mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 22:54:12 +00:00
fix multiview style
This commit is contained in:
parent
d1fdb62377
commit
327cbb3cae
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
body.multiview {
|
||||
.cell {
|
||||
background-color: white;
|
||||
margin-top: 15px;
|
||||
|
||||
h2 {
|
||||
font-size: 14px;
|
||||
|
|
|
@ -152,3 +152,7 @@ nav .button-wrapper > .about {
|
|||
color: @state-danger-text;
|
||||
}
|
||||
}
|
||||
|
||||
body.multiview .cell {
|
||||
color: black;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue