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/*)
17 lines
776 B
CSS
17 lines
776 B
CSS
/* theme: minimal-white — 极简白,克制高级 */
|
|
:root{
|
|
--bg:#ffffff;--bg-soft:#fafafa;--surface:#ffffff;--surface-2:#f5f5f6;
|
|
--border:rgba(17,18,22,.08);--border-strong:rgba(17,18,22,.16);
|
|
--text-1:#0c0d10;--text-2:#55596a;--text-3:#9ca1b0;
|
|
--accent:#111216;--accent-2:#3b3f4a;--accent-3:#6b6f7a;
|
|
--good:#1aaf6c;--warn:#c98500;--bad:#c13a3a;
|
|
--grad:linear-gradient(135deg,#111216,#3b3f4a);
|
|
--grad-soft:linear-gradient(135deg,#f5f5f6,#ffffff);
|
|
--radius:14px;--radius-sm:8px;--radius-lg:22px;
|
|
--shadow:0 1px 2px rgba(17,18,22,.04),0 8px 24px rgba(17,18,22,.06);
|
|
--shadow-lg:0 20px 60px rgba(17,18,22,.1);
|
|
--font-sans:'Inter','Noto Sans SC',sans-serif;
|
|
--font-display:'Inter','Noto Sans SC',sans-serif;
|
|
--letter-tight:-.035em;
|
|
}
|