Skip to content

Commit 04398c2

Browse files
committed
fix: update quick-start-card hover state to match Figma
1 parent f38bd9b commit 04398c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/css/v3/quick-start-card.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
font-size: var(--font-size-small);
4949
font-weight: var(--font-weight-medium);
5050
line-height: var(--line-height-default);
51-
transition: background-color 0.15s ease;
51+
transition: color 0.15s ease;
5252
}
5353

5454
.quick-start-card__link:hover {
55-
background-color: var(--color-surface-page);
55+
color: var(--color-text-link-accent);
5656
}
5757

5858
.quick-start-card__link-text {

0 commit comments

Comments
 (0)