Skip to content

Commit 92c2e0c

Browse files
committed
maybe
1 parent 025a65b commit 92c2e0c

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

assets/css/style.scss

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,18 @@
239239
// upon hover, make image color
240240
.robot-link:hover .image {
241241
filter: grayscale(0%);
242+
color: transparent;
242243
}
243-
244-
h2 {
245-
color: var(--primary) !important; // text is accent color
246-
z-index: 2; // text on top
247-
}
248-
249-
p {
250-
z-index: 2; // text on top
244+
245+
&::after {
246+
h2 {
247+
color: var(--primary) !important; // text is accent color
248+
z-index: 2; // text on top
249+
}
250+
251+
p {
252+
z-index: 2; // text on top
253+
}
251254
}
252255
}
253256
}
@@ -528,17 +531,4 @@
528531
border-color:var(--primary);
529532
color:var(--white);
530533
}
531-
}
532-
533-
#hydrozoa {
534-
.button {
535-
background-color:transparent;
536-
border-color:var(--primary);
537-
color:var(--primary);
538-
}
539-
.button:hover {
540-
background-color:var(--primary);
541-
border-color:var(--primary);
542-
color:var(--white);
543-
}
544534
}

0 commit comments

Comments
 (0)