Skip to content

Commit 9334707

Browse files
committed
Add ease in and out transition when we hover on featrureCard
1 parent b4e8041 commit 9334707

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

opsimate-docs/src/pages/index.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
border: 1px solid #333333;
9191
}
9292

93+
.featureCard .cardTitle,
94+
.featureCard .cardDescription {
95+
transition: color 0.3s ease-in-out;
96+
}
97+
9398
.featureCard:hover {
9499
border-color: var(--ifm-color-primary);
95100
transform: translateY(-2px);

0 commit comments

Comments
 (0)