From 88e7e5316280ff01424ef3206ad3458035aa7f87 Mon Sep 17 00:00:00 2001 From: devendra-code-hub Date: Mon, 28 Oct 2024 02:12:46 +0530 Subject: [PATCH] Chanded Background color --- fest-registration_dev | 1 + real_time_event_updates/style.css | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 160000 fest-registration_dev diff --git a/fest-registration_dev b/fest-registration_dev new file mode 160000 index 0000000..bc0ce9c --- /dev/null +++ b/fest-registration_dev @@ -0,0 +1 @@ +Subproject commit bc0ce9c72723a91f8d4c6657f6149304d6dba701 diff --git a/real_time_event_updates/style.css b/real_time_event_updates/style.css index 0305bc8..1f16925 100644 --- a/real_time_event_updates/style.css +++ b/real_time_event_updates/style.css @@ -1,8 +1,9 @@ body { font-family: Arial, sans-serif; - background-color: #f4f4f4; + background-color: #3c4265; margin: 0; padding: 20px; + } /* Event Updates Section */ @@ -58,6 +59,6 @@ body { } #send-button:hover { - background-color: #0056b3; + background-color: #317fd3; } \ No newline at end of file