diff --git a/views/styles/myapp.css b/views/styles/myapp.css index 5a6b27e..d9ad627 100644 --- a/views/styles/myapp.css +++ b/views/styles/myapp.css @@ -23,7 +23,7 @@ --header-font-weight: 400; --font-family: "Lexend Deca"; --border-width: calc(2rem / 16); - --base-color: 320, 50%; + --base-color: 0, 0%; --border-radius: calc(4rem / 16); } diff --git a/views/styles/style.css b/views/styles/style.css index 73bc95e..a73c94e 100644 --- a/views/styles/style.css +++ b/views/styles/style.css @@ -1,11 +1,11 @@ @import url("./myapp.css"); -html:not(.base) { +/* html:not(.base) { background: url("/assets/bg.jpg"); background-position: center; background-size: cover; background-attachment: fixed; -} +} */ html:not(.base) body { backdrop-filter: blur(8px); /* --background-color: hsla(var(--base-color), 80%, 0.9); */