diff --git a/src/SEQTA.js b/src/SEQTA.js
index 40076e31..126a2aa4 100644
--- a/src/SEQTA.js
+++ b/src/SEQTA.js
@@ -136,13 +136,14 @@ function OpenWhatsNewPopup() {
let text = stringToHTML(
String.raw`
-
-
Themes coming soon!
-
-
3.1.5
-
Minor bug fixes
-
3.1.4
-
Minor bug fixes
+
+
+
3.2.0 - Custom Themes
+ Added transparency (blur) effects
+ Added custom themes
+ Added colour picker history
+ Heaps of bug fixes
+
3.1.3 - Custom Backgrounds
Added custom backgrounds with support for images and videos
Overhauled topbar
diff --git a/src/css/injected/transparency.scss b/src/css/injected/transparency.scss
index 4b833271..7adcc491 100644
--- a/src/css/injected/transparency.scss
+++ b/src/css/injected/transparency.scss
@@ -11,8 +11,9 @@ html.transparencyEffects:not(.dark) {
html.transparencyEffects {
/* Background Fixes */
+ .notifications__item___2ErJN,
#shortcuts {
- backdrop-filter: unset;
+ backdrop-filter: unset !important;
}
.whatsnewTextContainer h1 {