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 {