Skip to content

Commit 1669d59

Browse files
committed
style: fix testimonial carousel dot color
1 parent ea80371 commit 1669d59

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

static/css/v3/testimonial-card.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,16 +202,12 @@
202202
width: 12px;
203203
height: 12px;
204204
border-radius: 2px;
205-
background-color: var(--color-icon-secondary);
205+
background-color: var(--color-primary-grey-700);
206206
opacity: 0.2;
207207
cursor: pointer;
208208
transition: background-color 0.2s ease, transform 0.2s ease;
209209
}
210210

211-
.testimonial-card__dot:hover {
212-
background-color: var(--color-text-secondary);
213-
}
214-
215211
/* Read-more CTA — full-width primary button. */
216212
.testimonial-card__cta {
217213
display: none;

0 commit comments

Comments
 (0)