Apply link styles to .feature-card

This commit is contained in:
Adam Iannazzone 2024-10-17 10:58:40 -04:00
parent 2579aa1d52
commit a45e579e93

View file

@ -153,7 +153,7 @@ p {
}
/* Link Styles */
.jumbotron p a, footer a, a.btn, .feature-card a {
.jumbotron a, footer a, a.btn, .feature-card a, .feature-card a {
color: var(--rd-purple);
background: var(--rd-black);
text-decoration: none;
@ -163,7 +163,7 @@ p {
font-family: var(--pixel-font);
}
.jumbotron p a:hover, footer a:hover, a.btn:hover {
.jumbotron a:hover, footer a:hover, a.btn:hover, .feature-card a:hover {
color: white;
background: var(--rd-purple);
border-color: var(--rd-black);