From 0ce5245843da9fa5b3598471cea163c8a41d1671 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 23 Jun 2024 19:19:18 -0500 Subject: [PATCH] Transparent card with magic theme --- static/themes/purpleMagic.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/themes/purpleMagic.css b/static/themes/purpleMagic.css index 0a65266..ed5b665 100644 --- a/static/themes/purpleMagic.css +++ b/static/themes/purpleMagic.css @@ -1,8 +1,8 @@ -/* #card { - background-color: rgba(50, 0, 90, 0.5); +#card { + background-color: rgba(20, 5, 90, 0.5); backdrop-filter: blur(5px); -} */ +} .magicStuff { position: sticky; top: 0;