Some checks failed
ci / Validate workspace (push) Successful in 12m32s
landing-page-ci / Validate landing page (push) Successful in 9m41s
landing-page-deploy / Deploy landing page (push) Failing after 5m23s
github-metrics / Generate repository metrics SVG (push) Failing after 2m3s
refresh-contributors-wall / Refresh contributors wall cache bust (push) Failing after 11s
This repository contains the open-design daemon CLI source code, built and packaged at https://helix-mind.ai/cli/open-design/latest.tgz for use by the HelixMind /design slash command. Licenses: Apache-2.0 (root) + MIT (skills/*)
15 lines
687 B
CSS
15 lines
687 B
CSS
/* theme: arctic-cool — 冷色调 蓝/青/石板灰 */
|
|
:root{
|
|
--bg:#f2f6fb;--bg-soft:#e7eef7;--surface:#ffffff;--surface-2:#edf3fa;
|
|
--border:rgba(40,70,110,.12);--border-strong:rgba(40,70,110,.24);
|
|
--text-1:#0e1f33;--text-2:#3a5778;--text-3:#6b819b;
|
|
--accent:#1e6fb0;--accent-2:#17b1b1;--accent-3:#6f8aa6;
|
|
--good:#1aaf84;--warn:#d19030;--bad:#c5485a;
|
|
--grad:linear-gradient(135deg,#1e6fb0,#17b1b1 60%,#5fb9d6);
|
|
--grad-soft:linear-gradient(135deg,#e7eef7,#dff3f3);
|
|
--radius:14px;--radius-sm:10px;--radius-lg:22px;
|
|
--shadow:0 10px 28px rgba(40,70,110,.12);
|
|
--shadow-lg:0 24px 60px rgba(40,70,110,.18);
|
|
--font-sans:'Inter','Noto Sans SC',sans-serif;
|
|
}
|