-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
40 lines (40 loc) · 1.08 KB
/
Copy paththeme.css
File metadata and controls
40 lines (40 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* Compiled from ir/_theme.md — do not hand-edit. Theme: ejecta. */
html:root {
--gd-bg: #f5fcfb;
--gd-surface: #ffffff;
--gd-text: #1a2a3a;
--gd-muted: #52707a;
--gd-accent: #14a3b3;
--gd-accent-ink: #ffffff;
--gd-border: #d7ece9;
--gd-font: Nunito, ui-sans-serif, system-ui, -apple-system, "PingFang TC", "Noto Sans TC", sans-serif;
--gd-radius: 20px;
--gd-gap: clamp(1.5rem, 4vw, 3.25rem);
--gd-btn-radius: 999px;
--gd-accent-deep: #0d7883;
--gd-head: #12212f;
--gd-hair: #eaf6f4;
--gd-fg: #12151b;
--gd-nav-panel: #eef9f8;
--gd-nav-panel-ink: #1a2a3a;
--gd-brand-font: "Young Serif", "Noto Serif TC", Georgia, serif;
--gd-soft: #e8f6f5;
--gd-line: 1.6;
--gd-heading-weight: 600;
}
html[data-theme="dark"]:root {
--gd-bg: #14161b;
--gd-surface: #1d2027;
--gd-text: #d9dce2;
--gd-muted: #949aa6;
--gd-accent: #ff6b35;
--gd-accent-ink: #1a0d06;
--gd-border: #2c3037;
--gd-accent-deep: #ff8a5c;
--gd-head: #f2f4f7;
--gd-hair: #23262d;
--gd-fg: #f2f4f7;
--gd-nav-panel: #1d2027;
--gd-nav-panel-ink: #d9dce2;
--gd-soft: #1a1d23;
}