mirror of
https://github.com/xmanrui/OpenClaw-bot-review.git
synced 2026-07-30 19:33:06 +00:00
20 lines
358 B
CSS
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;
|
|
}
|