diff --git a/src/styles/globals.css b/src/styles/globals.css index be85ae43c..ce3dddf80 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -30,12 +30,13 @@ body, height: 100%; margin: 0; padding: 0; + background-color: rgb(var(--bg-color)); } #background { position: fixed; inset: 0; - z-index: -1; + z-index: 0; background-size: cover; background-position: center; background-repeat: no-repeat;