Skip to content

Commit 2e43a08

Browse files
committed
Card: Add hover effect to all cards
1 parent dc7981c commit 2e43a08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/css/v2/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,6 +1611,12 @@ a:hover {
16111611
font-size: var(--font-step-1);
16121612
}
16131613
}
1614+
1615+
&:hover {
1616+
box-shadow: 3px 3px 0px oklch(var(--color-brand) / 0.4);
1617+
text-decoration-color: oklch(var(--color-background));
1618+
border: 1px solid oklch(var(--color-brand) / 0.8);
1619+
}
16141620
}
16151621
}
16161622
}
@@ -1639,12 +1645,6 @@ a:hover {
16391645
}
16401646
}
16411647
}
1642-
1643-
&:hover {
1644-
box-shadow: 3px 3px 0px oklch(var(--color-brand) / 0.4);
1645-
text-decoration-color: oklch(var(--color-background));
1646-
border: 1px solid oklch(var(--color-brand) / 0.8);
1647-
}
16481648
}
16491649
}
16501650
}

0 commit comments

Comments
 (0)