返回 html-ppt-skill
minimal-white.css
根目录 / assets / themes / minimal-white.css
1 /* theme: minimal-white — 极简白,克制高级 */
2 :root{
3 --bg:#ffffff;--bg-soft:#fafafa;--surface:#ffffff;--surface-2:#f5f5f6;
4 --border:rgba(17,18,22,.08);--border-strong:rgba(17,18,22,.16);
5 --text-1:#0c0d10;--text-2:#55596a;--text-3:#9ca1b0;
6 --accent:#111216;--accent-2:#3b3f4a;--accent-3:#6b6f7a;
7 --accent-ink:#ffffff; /* text on --accent — 18.7:1 */
8 --good:#1aaf6c;--warn:#c98500;--bad:#c13a3a;
9 --grad:linear-gradient(135deg,#111216,#3b3f4a);
10 --grad-soft:linear-gradient(135deg,#f5f5f6,#ffffff);
11 --radius:14px;--radius-sm:8px;--radius-lg:22px;
12 --shadow:0 1px 2px rgba(17,18,22,.04),0 8px 24px rgba(17,18,22,.06);
13 --shadow-lg:0 20px 60px rgba(17,18,22,.1);
14 --font-sans:'Inter','Noto Sans SC',sans-serif;
15 --font-display:'Inter','Noto Sans SC',sans-serif;
16 --letter-tight:-.035em;
17 }
18
18 lines CSS