Skip to content

Commit

Permalink
Update events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LoydOsborne committed Dec 12, 2024
1 parent d53914a commit f192e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ body {
eventDiv.id = `event-${event.id}`;
const coverStyle = event.cover
? `background-image: url('${event.cover}');`
: `background-color: white;`;
: `background-color: #ffea3b;`;
eventDiv.innerHTML = `
<h2>${event.name}</h2>
<div class="iframe-wrapper">
Expand Down

0 comments on commit f192e42

Please sign in to comment.