/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}

td {
    cursor: cell;
}
td:hover {
    background-color: rgb(228, 201, 46) !important;
}

table .days {
    background-color: #e0cc8f !important;
}