From 2e3b071ca62e6e86ec034d9a708649da0c7f1de5 Mon Sep 17 00:00:00 2001 From: TheOnlyMace <0815cracky@gmail.com> Date: Tue, 13 Jan 2026 22:15:00 +0100 Subject: [PATCH] Remove outdated styles for open FAQ items: Eliminated border and box-shadow properties from the .faq-item.open class to streamline the design and improve consistency with recent enhancements. --- public/assets/css/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 27e8e38..7201820 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1594,11 +1594,6 @@ body { transform: translateY(-2px); } -.faq-item.open { - border-color: var(--primary-color); - box-shadow: 0 0 25px rgba(255, 81, 249, 0.25); -} - .faq-question { display: flex; justify-content: space-between;