Skip to content

Commit 6f75b19

Browse files
authored
Restore and update CSS variables and styles
1 parent b128227 commit 6f75b19

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

styles.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,4 +500,13 @@ main {
500500
flex-direction: column;
501501
align-items: flex-start;
502502
}
503-
}
503+
504+
}
505+
.card__link,
506+
.card__link * {
507+
color: inherit;
508+
text-decoration: none;
509+
}
510+
.card__link:hover .card {
511+
box-shadow: 0 0 0 1px rgba(255,255,255,0.2);
512+
}

0 commit comments

Comments
 (0)