From adc74f60b988a595247ac40430c4d0e282535ce4 Mon Sep 17 00:00:00 2001 From: blryface <124838505+blryface@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:58:12 -0300 Subject: [PATCH] The way this was set up was reaaally inconvenient to find --- css/src/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;