Brighter gold chevrons on accordions

This commit is contained in:
Aaron D. Lee
2026-01-07 20:15:16 -05:00
parent 0c9ea0e3f2
commit 09b1abddc7
2 changed files with 6 additions and 4 deletions

View File

@@ -24,11 +24,12 @@
border-left: 3px solid #ffe699;
}
.step-accordion .accordion-button::after {
filter: invert(1) sepia(1) saturate(3) hue-rotate(10deg);
opacity: 0.7;
filter: invert(1) sepia(1) saturate(5) hue-rotate(5deg) brightness(1.1);
opacity: 0.85;
}
.step-accordion .accordion-button:hover::after {
opacity: 1;
filter: invert(1) sepia(1) saturate(5) hue-rotate(5deg) brightness(1.2);
}
.step-accordion .accordion-body {
background: rgba(30, 40, 50, 0.4);