caen: use green for timetable cells (#63338)

This commit is contained in:
Frédéric Péters 2022-04-26 18:49:40 +02:00
parent 1549b06500
commit d756620a69
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
$orange: #FFC32D;
$blue: #0D74EF;
$blue-light: #03CFEC;
$green: #00F7AA;
$violet: #6E19E6;
$gray: #707070;
$gray-dark: #272727;
@ -86,4 +87,5 @@ $footer-background: black;
$footer-color: white;
$footer-link-color: white;
$timetable-cell-background: $green;
$timetable-cell-hover-background: $violet;