Skip to content

Commit cb628ab

Browse files
committed
Finally?????
1 parent 4fd9828 commit cb628ab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

assets/css/style.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,9 @@
247247

248248
.robot-link:hover .image {
249249
filter: grayscale(0%);
250+
background: rgba(0, 0, 0, 0);
250251
}
251252

252-
.robot-link:hover .overlay {
253-
opacity: 0;
254-
}
255253

256254
h2 {
257255
color: var(--primary) !important;
@@ -265,7 +263,7 @@
265263
}
266264

267265
.robot-link:hover h2, .robot-link:hover p {
268-
opacity: 0;
266+
color: var(--white) !important;
269267
}
270268
}
271269
}

0 commit comments

Comments
 (0)