From 7435e7c309a47cb985bde2983d5d4478f11ca4ed Mon Sep 17 00:00:00 2001 From: ThatStella7922 <10524728+ThatStella7922@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:33:15 -0500 Subject: [PATCH] fix EDR triggers showing on non-WebKit --- README.md | 4 ++-- index.html | 6 +++--- landing-styleshit.css | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c012bee..08197ff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [Stella's Landing Site](https://thatstel.la) -- Index HTML v2023.1128.0 +- Index HTML v2023.1128.1 - Main page structure -- Stylesheet v2023.1128.0 +- Stylesheet v2023.1128.1 - Styling, blurs, layout - Quotes JavaScript v2023.0822.0 - Handles quotes text under the nav buttons, sometimes does other messages diff --git a/index.html b/index.html index b3f7ea3..c702808 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ @@ -123,7 +123,7 @@ diff --git a/landing-styleshit.css b/landing-styleshit.css index 7a9314b..be61f3b 100644 --- a/landing-styleshit.css +++ b/landing-styleshit.css @@ -3,7 +3,7 @@ ThatStella7922 Landing Website Stylesheet mreowww :3 -v2023.1128.0 +v2023.1128.1 */ /* small css reset because something was causing issues and im too dumb to figure out what it was */ @@ -308,7 +308,7 @@ For now, the effect only seems to work properly on WebKit browsers running on Ap #edr-enable { display: none; } -#xdr-video { +#edr-video { display: none; } @media screen and (dynamic-range: high) {