tangled
alpha
login
or
join now
e.xyehr.cn
/
One-Calendar
5
fork
atom
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
5
fork
atom
overview
issues
pulls
pipelines
restore tailwind config
authored by
Evan Huang
and committed by
GitHub
1 month ago
006c1b02
b6a07f40
-3
1 changed file
expand all
collapse all
unified
split
tailwind.config.ts
-3
tailwind.config.ts
···
65
65
from: { height: "var(--radix-accordion-content-height)" },
66
66
to: { height: "0" },
67
67
},
68
68
-
fontFamily: {
69
69
-
serif: ['var(--font-instrument-serif)', 'serif'],
70
70
-
},
71
68
},
72
69
animation: {
73
70
"accordion-down": "accordion-down 0.2s ease-out",