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

このコミットが含まれているのは:
Jesper Hess 2020-04-11 18:32:22 +02:00
コミット 5453572cd5
信頼できないユーザーによる署名: graffen
GPGキーID: 351A89E40D763F0F
1個のファイルの変更4行の追加0行の削除

ファイルの表示

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