Skip to content

Commit 4b841c4

Browse files
committed
Tweak styling of schedule page
1 parent 51f109d commit 4b841c4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

resources/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,9 @@ table.talks tr td {
211211
font-style: italic;
212212
font-size: 14px;
213213
}
214+
215+
.talks .break {
216+
color: #6fb53d;
217+
font-size: 14px;
218+
font-weight: bold;
219+
}

templates/schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Monday, May 26th, 2025</h1>
2121
<table class="table talks">
2222
<tr>
2323
<td>9:00</td>
24-
<td><div class="break">Breakfast</div></td>
24+
<td><div class="break">Breakfast and registration</div></td>
2525
</tr>
2626
<tr>
2727
<td>9:30</td>

0 commit comments

Comments
 (0)