Fixed prev and next month css

This commit is contained in:
Matteo Biscosi 2022-02-08 15:36:52 +01:00
parent 3421aa3d61
commit 699eb1852f
2 changed files with 9 additions and 1 deletions

View file

@ -593,6 +593,14 @@ li > a > .fa-external-link-alt{
background-color: #181818 !important;
}
.flatpickr-prev-month {
fill: #d1d1d1 !important;
}
.flatpickr-next-month {
fill: #d1d1d1 !important;
}
.flatpickr-day {
color: #d1d1d1 !important;
background-color: #181818 !important;