Skip to content

Commit

Permalink
Make people names sans serif in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jul 23, 2024
1 parent 12c34f3 commit ac33bc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/dogwood/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,10 @@ table.schedule {
}

&.people-list {

h3 {
font-family: $sans-serif-font !important;
}

.listing-front {
width: $avatar-width;
Expand Down

0 comments on commit ac33bc5

Please sign in to comment.