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
.theme-light {
--pgw-bg: #fafafa;
--pgw-bg-raised: #ffffff;
--pgw-bg-muted: #f4f4f5;
--pgw-border: #e4e4e7;
--pgw-border-muted: #d4d4d8;
--pgw-text: #18181b;
--pgw-text-muted: #52525b;
--pgw-text-dim: #71717a;
--pgw-link: #2563eb;
--pgw-link-visited: #7c3aed;
--pgw-link-hover: #dc2626;
--pgw-accent-bg: #e4e4e7;
--pgw-accent-text: #18181b;
--pgw-title-bg: #f4f4f5;
--pgw-title-hover-bg: #e4e4e7;
--pgw-code-bg: #f4f4f5;
--pgw-code-border: #e4e4e7;
--pgw-table-stripe: #fafafa;
--pgw-table-hover: #f4f4f5;
--pgw-add-fg: #166534;
--pgw-add-bg: #dcfce7;
--pgw-rem-fg: #991b1b;
--pgw-rem-bg: #fee2e2;
--pgw-info-fg: #52525b;
}