Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
benjagm committed Nov 16, 2024
1 parent 3bff14b commit 5724038
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@

}

.section.schedule .session>a h4 {
text-shadow: 0px 0px 0px #fff;
.section.schedule .session.tag-lunch h4,
.section.schedule .session.tag-open h4,
.section.schedule .session.tag-talk h4,
.section.schedule .session.tag-pause h4 {
color: #fff;
text-shadow: 0px 0px 0px #000;
font-weight: bold;
}

Expand Down

0 comments on commit 5724038

Please sign in to comment.