Files
OpenClaw-bot-review/app/globals.css
T

20 lines
358 B
CSS

@import "tailwindcss";
:root {
--bg: #0f172a;
--card: #1e293b;
--border: #334155;
--text: #f1f5f9;
--text-muted: #94a3b8;
--accent: #38bdf8;
--accent2: #a78bfa;
--green: #4ade80;
--orange: #fb923c;
}
body {
background: var(--bg);
color: var(--text);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}