返回 html-ppt-skill
catppuccin-latte.css
根目录 / assets / themes / catppuccin-latte.css
1 /* theme: catppuccin-latte — catppuccin 浅 */
2 :root{
3 --bg:#eff1f5;--bg-soft:#e6e9ef;--surface:#ffffff;--surface-2:#eef0f4;
4 --border:rgba(76,79,105,.14);--border-strong:rgba(76,79,105,.28);
5 --text-1:#4c4f69;--text-2:#6c6f85;--text-3:#9ca0b0;
6 --accent:#8839ef;--accent-2:#1e66f5;--accent-3:#ea76cb;
7 --good:#40a02b;--warn:#df8e1d;--bad:#d20f39;
8 --grad:linear-gradient(135deg,#8839ef,#1e66f5 50%,#04a5e5);
9 --grad-soft:linear-gradient(135deg,#eff1f5,#e6e9ef);
10 --radius:14px;--radius-sm:10px;--radius-lg:22px;
11 --shadow:0 8px 24px rgba(76,79,105,.1);
12 --shadow-lg:0 20px 56px rgba(76,79,105,.16);
13 --font-sans:'Inter','Noto Sans SC',sans-serif;
14 }
15
15 lines CSS