Accordion chevrons: less orange, more muted gold
Reduced saturation (10→2), hue-rotate (15→5), brightness (1.5→1.2) for a subtler gold that matches the toned-down color scheme. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
border-left: 3px solid #ffe699;
|
border-left: 3px solid #ffe699;
|
||||||
}
|
}
|
||||||
.step-accordion .accordion-button::after {
|
.step-accordion .accordion-button::after {
|
||||||
filter: invert(1) sepia(1) saturate(10) hue-rotate(15deg) brightness(1.5);
|
filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg) brightness(1.2);
|
||||||
}
|
}
|
||||||
.step-accordion .accordion-body {
|
.step-accordion .accordion-body {
|
||||||
background: rgba(30, 40, 50, 0.4);
|
background: rgba(30, 40, 50, 0.4);
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
border-left: 3px solid #ffe699;
|
border-left: 3px solid #ffe699;
|
||||||
}
|
}
|
||||||
.step-accordion .accordion-button::after {
|
.step-accordion .accordion-button::after {
|
||||||
filter: invert(1) sepia(1) saturate(10) hue-rotate(15deg) brightness(1.5);
|
filter: invert(1) sepia(1) saturate(2) hue-rotate(5deg) brightness(1.2);
|
||||||
}
|
}
|
||||||
.step-accordion .accordion-body {
|
.step-accordion .accordion-body {
|
||||||
background: rgba(30, 40, 50, 0.4);
|
background: rgba(30, 40, 50, 0.4);
|
||||||
|
|||||||
Reference in New Issue
Block a user