From 07afa4470311b7e361b356ff1fb218f96807ecd2 Mon Sep 17 00:00:00 2001 From: PiyushKumar74110 Date: Thu, 30 Oct 2025 22:12:12 +0530 Subject: [PATCH] Update styles for better contrast and readability Changed background color to black and updated text colors to white for better contrast. --- style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 1c61154..4974dba 100644 --- a/style.css +++ b/style.css @@ -1,17 +1,18 @@ -body { + body { font-family: Arial, sans-serif; - background-color: #f3f3f3; + background-color: black; margin: 0; padding: 20px; + } h1 { text-align: center; - color: #333; + color: white; } h4 { text-align: center; - color: #424242; + color: white; } form { max-width: 400px; @@ -25,7 +26,7 @@ form { label { display: block; margin-bottom: 10px; - color: #333; + color: white; } input[type="number"], @@ -62,7 +63,7 @@ button:hover { h2 { margin-top: 20px; - color: #333; + color: white; } #ganttChart {