From 0509e64569e100b57d55bc957ccbb4077dde4736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laur=C3=A9line=20Gu=C3=A9rin?= Date: Fri, 7 Oct 2022 14:11:16 +0200 Subject: [PATCH] vandoeuvre: fix $timetable-cell-hover-color (#69935) --- static/vandoeuvre-les-nancy-2021/_vars.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/vandoeuvre-les-nancy-2021/_vars.scss b/static/vandoeuvre-les-nancy-2021/_vars.scss index c08365c7..b977a704 100644 --- a/static/vandoeuvre-les-nancy-2021/_vars.scss +++ b/static/vandoeuvre-les-nancy-2021/_vars.scss @@ -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;