Amirm8950
MERN Inventory: working backend + frontend
8b8b6f5
raw
history blame contribute delete
183 Bytes
/* Tailwind v4: single import */
@import "tailwindcss";
/* App base styles */
:root { --app-bg: #f7f7fb; }
html, body, #root { height: 100%; }
body { background: var(--app-bg); }