fix dark mode css

This commit is contained in:
Simon Vieille 2022-12-26 16:31:04 +01:00
parent bcf63d2ac0
commit 799f65a699
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1259,6 +1259,8 @@ $links: (
}
.body, .review .review-body {
color: #fff !important;
a:not(.button), h1, h2, h3, h4, h5, p, ul, div {
color: #fff !important;
}