We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea80371 commit 1669d59Copy full SHA for 1669d59
1 file changed
static/css/v3/testimonial-card.css
@@ -202,16 +202,12 @@
202
width: 12px;
203
height: 12px;
204
border-radius: 2px;
205
- background-color: var(--color-icon-secondary);
+ background-color: var(--color-primary-grey-700);
206
opacity: 0.2;
207
cursor: pointer;
208
transition: background-color 0.2s ease, transform 0.2s ease;
209
}
210
211
-.testimonial-card__dot:hover {
212
- background-color: var(--color-text-secondary);
213
-}
214
-
215
/* Read-more CTA — full-width primary button. */
216
.testimonial-card__cta {
217
display: none;
0 commit comments