[pl][blog] autokorekta - fix dark mode issues
This commit is contained in:
parent
ff350b3094
commit
8e4319557f
|
@ -253,4 +253,12 @@ body[data-theme="dark"] {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert-warning a.btn-primary {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge.bg-dark {
|
||||||
|
color: $black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue