From 02bc3e7a2d0b928598dffa9b87593c440128a7a5 Mon Sep 17 00:00:00 2001 From: soniya malviya Date: Sat, 1 Jun 2024 23:14:27 +0530 Subject: [PATCH] Chnged the text color for visibility --- .idea/.gitignore | 5 +++++ style.css | 1 + 2 files changed, 6 insertions(+) create mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..b58b603f --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/style.css b/style.css index 516a5bc8..a806b77a 100644 --- a/style.css +++ b/style.css @@ -209,6 +209,7 @@ body { font-size: 1.5rem; padding: 12px; text-align: center; + color: black; } .service_container {