Removed background colors

This commit is contained in:
p11 2025-04-21 16:24:54 +02:00
parent 109d404e05
commit 8a9b5a681d

View File

@ -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;