Skip to content

Commit b6717ca

Browse files
committed
style: Refactor techstack.scss for consistent transitions
1 parent 5478bc8 commit b6717ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/techstack/techstack.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@
5959
font-size: 1.2em;
6060
cursor: pointer;
6161
color: #fff;
62-
transition: color 0.3s ease;
62+
transition: color 0.3s ease; /* Ensure uniform transition */
6363

6464
i {
6565
font-size: 3em;
6666
margin-bottom: 10px;
6767
color: inherit;
68-
transition: color 0.3s ease;
68+
transition: inherit; /* Use the same transition as the parent */
6969
}
7070

7171
p {
7272
margin: 0;
7373
text-align: center;
7474
color: inherit;
75-
transition: color 0.3s ease;
75+
transition: inherit; /* Use the same transition as the parent */
7676
}
7777

7878
&:hover {

0 commit comments

Comments
 (0)