helmet-v5 / frontend /src /style.css
vivekvar's picture
Initial push: helmet v5 code + trained models
e90abd8 verified
Raw
History Blame Contribute Delete
423 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
html, body, #root { height: 100%; margin: 0; }
body { background:#0b0d10; color:#e6e8ea; font-family: system-ui,-apple-system,'Segoe UI',sans-serif; }
/* Hand-drawn minimalist marks (no AI icons) */
.mark-dot { display:inline-block; width:8px; height:8px; border-radius:50%; }
.mark-bar { display:inline-block; width:14px; height:2px; background:currentColor; }