Skip to content

Commit

Permalink
Grey out past calendar events
Browse files Browse the repository at this point in the history
  • Loading branch information
joeshannon committed Oct 7, 2024
1 parent be6686a commit cb52eba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/custom/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ body {
// This is to override the default setting of restricting events to be one line tall
white-space: normal;
}
.fc-event-past {
opacity: 0.5;
}
}
}

Expand Down

0 comments on commit cb52eba

Please sign in to comment.