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