From f1b2d9c0ad1f8168464c026b285b152c87a2af17 Mon Sep 17 00:00:00 2001 From: Dhrubajyoti Biswas Date: Mon, 29 Jan 2024 17:06:26 +0530 Subject: [PATCH] Update App.css for Info UI --- web-app/src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/src/App.css b/web-app/src/App.css index 5c8354b..50114dd 100644 --- a/web-app/src/App.css +++ b/web-app/src/App.css @@ -444,6 +444,6 @@ li { border-radius: 4px; background: radial-gradient(rgb(124 36 213), rgb(61 0 122)); opacity: 0.8; - color: #c7c7c7; + color: #fff; min-width: 10vw; -} \ No newline at end of file +}