developer-portfolio / app /globals.css
github-actions[bot]
deploy: fresh production build without binary history
d47f42e
Raw
History Blame Contribute Delete
327 Bytes
@import "tailwindcss";
/* Custom utility colors for glassmorphism and modern theme variables */
:root {
--background: #09090b;
--foreground: #fafafa;
--card: #18181b;
--primary: #3b82f6;
}
body {
background-color: var(--background);
color: var(--foreground);
font-family: system-ui, -apple-system, sans-serif;
}