Skip to content

Commit 0bc6ed6

Browse files
committed
Fix label specificity
1 parent f604daa commit 0bc6ed6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

css/includes/schedule.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ body.single-wcb_session {
252252
content: "Stumptown (B113 - B116)" !important;
253253
}
254254

255-
& .has-slug-closing-party {
256-
content: "World Forestry Center" !important;
257-
}
258-
259255
& .is-spanning-all-tracks::before {
260256
content: "All tracks" !important;
261257
}
258+
259+
& .has-slug-closing-party {
260+
content: "World Forestry Center" !important;
261+
}
262262
}
263263

264264
@media (max-width: 600px) {

style.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)