Skip to content

Commit

Permalink
Apply changes from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
GovernmentPlates authored and ThiefMaster committed Apr 25, 2023
1 parent 43fa970 commit f41a09a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
}

.booking-times-weekday {
color: $booking-details-dates-weekday-color;
color: $dark-gray;
font-weight: bold;
}
1 change: 0 additions & 1 deletion indico/modules/rb/client/styles/palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ $pending-cancellation-fadeout-colors: $pending-cancellation-color,
lighten($pending-cancellation-color, 30%);
$rejection-fadeout-colors: $rejection-color, lighten($rejection-color, 30%);
$other-booking-fadeout-colors: $other-booking-color, lighten($other-booking-color, 30%);
$booking-details-dates-weekday-color: #8f8f8f;

%rb-splash-background {
background-image: url('static:images/globe.png');
Expand Down

0 comments on commit f41a09a

Please sign in to comment.