From d21e4c30070900ee35decd5caddef774d9bfac6c Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Tue, 13 Feb 2024 20:40:02 -0600 Subject: [PATCH] shut up shut up shut up sit up sit up sit up --- views/styles/myapp.css | 2 +- views/styles/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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); */