diff --git a/css/src/style.scss b/css/src/style.scss index 3a80b02..e7754ba 100644 --- a/css/src/style.scss +++ b/css/src/style.scss @@ -3,7 +3,7 @@ @use "colors/dark" as dark; * { - -webkit-tap-highlight-color: transparent; // fuck you (L) + -webkit-tap-highlight-color: transparent; // fuck you (L) // wait what does this do lol } html, body { @@ -172,11 +172,11 @@ a { .pageHero { background-image: linear-gradient(rgba(light.$headerOverlay, 0.9), rgba(light.$headerOverlay, 0.9)), // white overlay. yeah that's a bit of an ugly hack? - url('/img/Panorama-Lens-Blur.png'); - + url('/img/spawn/2024-05-31_19.12.36.png'); + //May add lens blur later if I feel like it but ehh @media (prefers-color-scheme: dark) { background-image: linear-gradient(rgba(dark.$headerOverlay, 0.9), rgba(dark.$headerOverlay, 0.9)), - url('/img/Panorama-Lens-Blur.png'); + url('/img/spawn/2024-05-31_19.12.36.png'); } background-position: center;