Comet landing page.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 8 lines 200 B view raw
1@import "tailwindcss"; 2@import "@fontsource-variable/work-sans"; 3 4@theme { 5 --color-brand-light: #ffa34e; 6 --color-brand-dark: #ff4400; 7 --font-sans: "Work Sans Variable", system-ui, sans-serif; 8}