One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn

restore tailwind config

authored by

Evan Huang and committed by
GitHub
006c1b02 b6a07f40

-3
-3
tailwind.config.ts
··· 65 65 from: { height: "var(--radix-accordion-content-height)" }, 66 66 to: { height: "0" }, 67 67 }, 68 - fontFamily: { 69 - serif: ['var(--font-instrument-serif)', 'serif'], 70 - }, 71 68 }, 72 69 animation: { 73 70 "accordion-down": "accordion-down 0.2s ease-out",