From 1acce2304d51c9615ca22aac67afa11042794df2 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 24 Nov 2022 18:47:52 +0100 Subject: [PATCH] fix css --- assets/css/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/app.scss b/assets/css/app.scss index 86111cd..b68d015 100644 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -1253,7 +1253,7 @@ $links: ( background: #343c53; } - .body, .review-body { + .body, .review .review-body { a:not(.button), h1, h2, h3, h4, h5, p, ul, div { color: #fff !important; }