From 3ce45fc2b780d3716900f13ca9c0a4dc2ca4a19f Mon Sep 17 00:00:00 2001 From: aditi9402 Date: Sat, 25 May 2024 02:02:51 +0530 Subject: [PATCH] Fixed Reviews and Ratings for dark mode --- src/styles/Reviews.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/styles/Reviews.css b/src/styles/Reviews.css index 1d5acecd..e16f19c8 100644 --- a/src/styles/Reviews.css +++ b/src/styles/Reviews.css @@ -102,6 +102,7 @@ background-color: #e0e0e0; width: min-content; border-radius: 50%; + color: black; } .back-icon:hover { @@ -124,4 +125,6 @@ margin-block: 32px; } -/* range */ +body, p, h1 { + color: black; +} \ No newline at end of file