update db str

This commit is contained in:
2026-03-05 12:43:44 +05:30
parent eabf295f2e
commit 6e184dc590
27 changed files with 2780 additions and 146 deletions

View File

@@ -587,6 +587,14 @@
background: #16a34a;
}
.calendar-day-selected {
box-shadow: inset 0 0 0 2px #1be62c;
}
.calendar-day-selected:not(.calendar-day-today):not(.calendar-day-has-entry) {
background: #f0fdf4;
color: #1be62c;
}
/* Recent Entries */
.recent-entries {
margin-bottom: 1rem;