From e54eef072238e762052f13437b881516d19ebf5e Mon Sep 17 00:00:00 2001 From: ANNU KUMARI Date: Sun, 25 Aug 2024 12:06:46 +0530 Subject: [PATCH] fix Text Visibility and Contrast in Light Mode --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index e4d6a2e..460349c 100644 --- a/src/index.css +++ b/src/index.css @@ -23,7 +23,8 @@ body { width: 100%; height: 100%; /* Add your background pattern here */ - background-color: #313131; + /* background-color: #313131; */ + background-color: #d1cbf4; background-image: radial-gradient(rgba(255, 255, 255, 0.05) 2px, transparent 0); background-size: 30px 30px; background-position: -5px -5px