Skip to content

Commit ff01d42

Browse files
committed
wiuhuhiw
1 parent cd4e652 commit ff01d42

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_includes/robot-card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<figure class="image is-5by4" style="background-image: url({{robot.image}});"></figure>
77
<div class="overlay">
88
<h2 class="has-text-weight-bold is-size-3">{{ robot.year }}</h2>
9-
<p class="has-text-grey has-text-weight-normal">{{ robot.name }}</p>
9+
<p class="has-text-white-ter has-text-weight-normal">{{ robot.name }}</p>
1010
</div>
1111
</a>
1212
</div>

assets/css/style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@
243243
}
244244
.robot-link:hover .image {
245245
filter: grayscale(0%);
246-
background: rgba(0, 0, 0, 0);
247246
}
248247
.robot-link:hover .image::before {
249248
opacity: 0;

0 commit comments

Comments
 (0)