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.

This commit is contained in:
TheOnlyMace
2026-01-13 22:15:00 +01:00
parent 996dec5f78
commit 2e3b071ca6

View File

@@ -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;