Monorepo for Tangled
0

Configure Feed

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

tailwind.config.js: set prose blockquote weight to 400

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

Anirudh Oppiliappan (Jul 13, 2026, 10:25 AM +0530) f48b35b4 87c25b21

+2
+2
tailwind.config.js
··· 60 60 }, 61 61 blockquote: { 62 62 quotes: "none", 63 + fontWeight: "400", 64 + "@apply text-gray-500 dark:text-gray-400": {}, 63 65 }, 64 66 "h1, h2, h3, h4": { 65 67 "@apply mt-4 mb-2": {},