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
659 B
CSS
15 lines
659 B
CSS
/* theme: solarized-light */
|
|
:root{
|
|
--bg:#fdf6e3;--bg-soft:#eee8d5;--surface:#ffffff;--surface-2:#f5efd7;
|
|
--border:rgba(88,110,117,.2);--border-strong:rgba(88,110,117,.4);
|
|
--text-1:#073642;--text-2:#586e75;--text-3:#93a1a1;
|
|
--accent:#268bd2;--accent-2:#2aa198;--accent-3:#d33682;
|
|
--good:#859900;--warn:#b58900;--bad:#dc322f;
|
|
--grad:linear-gradient(135deg,#268bd2,#2aa198 50%,#859900);
|
|
--grad-soft:linear-gradient(135deg,#fdf6e3,#eee8d5);
|
|
--radius:10px;--radius-sm:6px;--radius-lg:16px;
|
|
--shadow:0 6px 20px rgba(88,110,117,.14);
|
|
--shadow-lg:0 18px 50px rgba(88,110,117,.24);
|
|
--font-sans:'Inter','Noto Sans SC',sans-serif;
|
|
}
|