Calendar (WIP): user can select a day

This commit is contained in:
Greg Burri 2025-02-02 12:50:12 +01:00
parent 79a0aeb1b8
commit d8641d4db6
4 changed files with 100 additions and 91 deletions

View file

@ -45,6 +45,14 @@
&.current-month {
background-color: blue;
}
&.today {
font-weight: bold;
}
&.selected-day {
background-color: red;
}
}
}
}