Remove background-container

This commit is contained in:
Tony Grosinger 2024-02-16 20:35:44 -08:00
parent ce2e975d10
commit 910f435080
2 changed files with 0 additions and 12 deletions

View File

@ -255,14 +255,6 @@ html {
), ),
linear-gradient(0deg, var(--secondary) 100%, var(--secondary) 100%); linear-gradient(0deg, var(--secondary) 100%, var(--secondary) 100%);
} }
.background-container {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background: var(--secondary)
}
} }
html body #main-outlet { html body #main-outlet {
@ -508,9 +500,6 @@ html body #main-outlet {
} }
.published-page { .published-page {
.background-container {
display: none;
}
&::before { &::before {
background: linear-gradient( background: linear-gradient(
90deg, 90deg,

View File

@ -1 +0,0 @@
<div class="background-container"></div>