vandoeuvre: fix $timetable-cell-hover-color (#69935)
gitea-wip/publik-base-theme/pipeline/head Build started... Details

This commit is contained in:
Lauréline Guérin 2022-10-07 14:11:16 +02:00
parent 773e11e65d
commit 0509e64569
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ $button-hover-color: #FFF;
$button-border-radius: 20px;
$timetable-cell-hover-background: #1F69FF;
$timetable-cell-hover-color: #FFF;
$timetable-cell-background: transparentize($timetable-cell-hover-background, 0.8);
$wcs-step-color: #545454;