Skip to content

Commit a5bd4df

Browse files
committed
style: changed cursor so icons do not look clickable.
1 parent 30d6ed3 commit a5bd4df

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
@@ -57,15 +57,15 @@
5757
flex-direction: column;
5858
align-items: center;
5959
font-size: 1.2em;
60-
cursor: pointer;
6160
color: #fff;
62-
transition: color 0.3s ease;
61+
transition: color 0.3s ease;
62+
cursor: default; /* Ensures the cursor stays default */
6363

6464
i {
6565
font-size: 3em;
6666
margin-bottom: 10px;
6767
color: inherit;
68-
transition: inherit;
68+
transition: inherit;
6969
}
7070

7171
p {

0 commit comments

Comments
 (0)