UNPKG

@hope-dies-here/next-blog-one

Version:

A plug-and-play Next.js blog feature for easy integration via npx.

25 lines (21 loc) 508 B
@import "tailwindcss"; @import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap'); :root { --background: #0E0416; --foreground: #ededed; } @theme inline { --color-background: var(--background); --color-foreground: var(--foreground); } @media (prefers-color-scheme: dark) { :root { --background: #0a0a0a; --foreground: #ededed; } } body { background: black!important; color: var(--foreground); font-family: "Afacad", sans-serif; }