From 64d11f2ec3b11141f6b1171042c1fc3c4704a1ee Mon Sep 17 00:00:00 2001 From: bonkmaykr <42302831+bonkmaykrQ@users.noreply.github.com> Date: Wed, 29 Sep 2021 14:59:10 -0500 Subject: [PATCH] Fix coloring and overlap issue with secondarynav contents - this filter shouldnt even be here and was added by mistake --- blueroses.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blueroses.css b/blueroses.css index 220a944..c58b79f 100644 --- a/blueroses.css +++ b/blueroses.css @@ -383,6 +383,10 @@ pane { backdrop-filter: blur(10px); } +#SecondaryNav > wrapper > module > pane { + backdrop-filter: none !important; +} + nav#SecondaryNav.Expanded { height:90vh !important; border:2px solid #fc4b7f !important;