Skip to content

Commit

Permalink
Schedule: Add Mt Hood label to opening & closing remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Aug 21, 2024
1 parent ee6b12b commit 911ff29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/includes/schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ body.single-wcb_session {
font-size: 1em;
}

&.is-spanning-all-tracks:not(.is-type-custom,.has-track-5-campfire)::before {
&.is-spanning-all-tracks:not(.is-type-custom,.has-track-5-campfire)::before,
&.has-slug-opening-remarks::before,
&.has-slug-closing-announcements::before {
content: "Mt Hood";
}

Expand Down Expand Up @@ -274,6 +276,8 @@ body.single-wcb_session {
content: "Timbers";
}

& .has-slug-opening-remarks::before,
& .has-slug-closing-announcements::before,
& .is-spanning-all-tracks::before {
content: "Mt Hood";
}
Expand Down
4 changes: 3 additions & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 911ff29

Please sign in to comment.