From 83ff497b26d0bce924cf5e5b88cf3a28971d8858 Mon Sep 17 00:00:00 2001 From: EFEELE Date: Thu, 5 Jun 2025 09:25:43 -0600 Subject: [PATCH] refactor: update .blur-circle::after style in dark mode (#12) --- src/styles/global.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index a026786..bf23862 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -259,21 +259,6 @@ a.inline-block.leading-5.pl-12{ z-index: -1; } -.dark .blur-circle::after { - content: ""; - display: block; - width: 500px; - height: 500px; - background: #31d69945 !important; - bottom: 00px; - right: 0px; - position: absolute; - z-index: -1; - border-radius: 50%; - filter: blur(50px); - -} - .dark .blur-circle::after { content: ""; display: block;