Skip to content

Commit 944f8fe

Browse files
authored
Next upcoming event: fix title color
fixes hoodiehq#326
1 parent fd693aa commit 944f8fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

events/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ <h1>Events</h1>
1717
</div>
1818
<div class="cb">
1919
<section class=" events">
20+
<style>
21+
.futureEvents .events-list-item:first-child h3 {
22+
color: #fff;
23+
}
24+
</style>
2025
<div id="eventsList">
2126
<div class="loader">Loading events</div>
2227
</div>

0 commit comments

Comments
 (0)