返回 html-ppt-skill
arctic-cool.css
根目录 / assets / themes / arctic-cool.css
1 /* theme: arctic-cool — 冷色调 蓝/青/石板灰 */
2 :root{
3 --bg:#f2f6fb;--bg-soft:#e7eef7;--surface:#ffffff;--surface-2:#edf3fa;
4 --border:rgba(40,70,110,.12);--border-strong:rgba(40,70,110,.24);
5 --text-1:#0e1f33;--text-2:#3a5778;--text-3:#6b819b;
6 --accent:#1e6fb0;--accent-2:#17b1b1;--accent-3:#6f8aa6;
7 --accent-ink:#ffffff; /* text on --accent — 5.3:1 */
8 --good:#1aaf84;--warn:#d19030;--bad:#c5485a;
9 --grad:linear-gradient(135deg,#1e6fb0,#17b1b1 60%,#5fb9d6);
10 --grad-soft:linear-gradient(135deg,#e7eef7,#dff3f3);
11 --radius:14px;--radius-sm:10px;--radius-lg:22px;
12 --shadow:0 10px 28px rgba(40,70,110,.12);
13 --shadow-lg:0 24px 60px rgba(40,70,110,.18);
14 --font-sans:'Inter','Noto Sans SC',sans-serif;
15 }
16
16 lines CSS