CSS fix for links in cards
continuous-integration/drone/push Build is passing Details

pull/5/head
Jesper Hess 3 years ago
parent a72327fca4
commit 5453572cd5
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F

@ -35,4 +35,8 @@
color: $card-link-hover-color;
}
}
.card-text > a {
color: #fff;
}
}

Loading…
Cancel
Save