[pl][blog] autokorekta - fix dark mode issues

This commit is contained in:
Avris 2021-11-07 15:35:07 +01:00
parent ff350b3094
commit 8e4319557f
1 changed files with 8 additions and 0 deletions

View File

@ -253,4 +253,12 @@ body[data-theme="dark"] {
color: $primary;
}
}
.alert-warning a.btn-primary {
color: $white;
}
.badge.bg-dark {
color: $black;
}
}