Update colour for day bg

This commit is contained in:
2026-02-03 16:59:45 +13:00
parent 4a5304586d
commit db291a0a83

View File

@@ -261,7 +261,7 @@
}
.nav-btn:hover {
background: rgba(233, 161, 167, 0.1);
background: rgba(0, 159, 183, 0.1);
border-color: #009FB7;
}
@@ -347,7 +347,7 @@
}
.day.today {
background: rgba(233, 161, 167, 0.1);
background: rgba(0, 159, 183, 0.1);
}
.day.today .date {