fix dark-mode (text|link)-(black|dark) color switch

This commit is contained in:
REJack 2021-07-12 20:13:33 +02:00
parent f1afbfe917
commit 6dd6d2f503

View file

@ -99,7 +99,7 @@ a.text-muted:hover {
.text-dark,
.link-black,
.link-dark {
color: $gray-400;
color: $gray-400 !important;
}
// Background colors (theme colors)