calendar: differentiate between confirmed and tentative periods replace golang-ical import with vimagination.zapto.org/ics
1 file changed, 4 insertions(+), 1 deletion(-)
changed files
M templates/style.css → templates/style.css
@@ -269,7 +269,6 @@ gap: 0.5ch; } .day { - padding: 0.2ch 0.5ch 0.5ch; min-height: 6rem; }@@ -289,6 +288,10 @@ } .event { font-size: 0.9rem; +} + +.tentative { + opacity: 0.75; } .today {