Removed background colors
This commit is contained in:
parent
109d404e05
commit
8a9b5a681d
@ -117,7 +117,6 @@ fn global_styles() -> Markup {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top: 42.1875%;
|
padding-top: 42.1875%;
|
||||||
background: #f8f8f8;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.scene-section {
|
.scene-section {
|
||||||
@ -207,7 +206,6 @@ fn global_styles() -> Markup {
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
background: rgba(0, 0, 0, 0.85);
|
|
||||||
padding: 2vw;
|
padding: 2vw;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user