From ae576d6ca9ce3a261ebc165cdd0abb3b3c6b709e Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 30 Jun 2024 02:14:09 -0500 Subject: [PATCH] No longer transparent --- static/themes/magic/style.css | 2 +- static/themes/rain/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/themes/magic/style.css b/static/themes/magic/style.css index 05b8512..1721029 100644 --- a/static/themes/magic/style.css +++ b/static/themes/magic/style.css @@ -1,6 +1,6 @@ #card { - background-color: rgba(20, 5, 90, 0.5); + background-color: rgba(25, 0, 70, 1); /* backdrop-filter: blur(5px); */ } .magicStuff { diff --git a/static/themes/rain/style.css b/static/themes/rain/style.css index 3302382..d10daae 100644 --- a/static/themes/rain/style.css +++ b/static/themes/rain/style.css @@ -1,6 +1,6 @@ #card { - background-color: rgba(50, 0, 90, 0.5); + background-color: rgba(25, 0, 70, 1); /* backdrop-filter: blur(5px); */ } .rainStuff {