minikit-limpo-template
Version:
A minimal Next.js app starter template with WorldCoin MiniKit authentication integration
23 lines (19 loc) • 373 B
CSS
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;
--background-end-rgb: 255, 255, 255;
--primary-color: #245953;
--secondary-color: #e0eafc;
}
body {
color: rgb(var(--foreground-rgb));
background: white;
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
}