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

This commit is contained in:
Jesper Hess 2020-04-11 18:32:22 +02:00
父節點 a72327fca4
當前提交 5453572cd5
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
共有 1 個文件被更改,包括 4 次插入0 次删除

查看文件

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