Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fest-registration_dev
Submodule fest-registration_dev added at bc0ce9
5 changes: 3 additions & 2 deletions real_time_event_updates/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
background-color: #3c4265;
margin: 0;
padding: 20px;

}

/* Event Updates Section */
Expand Down Expand Up @@ -58,6 +59,6 @@ body {
}

#send-button:hover {
background-color: #0056b3;
background-color: #317fd3;
}