We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38bd9b commit 04398c2Copy full SHA for 04398c2
1 file changed
static/css/v3/quick-start-card.css
@@ -48,11 +48,11 @@
48
font-size: var(--font-size-small);
49
font-weight: var(--font-weight-medium);
50
line-height: var(--line-height-default);
51
- transition: background-color 0.15s ease;
+ transition: color 0.15s ease;
52
}
53
54
.quick-start-card__link:hover {
55
- background-color: var(--color-surface-page);
+ color: var(--color-text-link-accent);
56
57
58
.quick-start-card__link-text {
0 commit comments