forked from macdonst/js-naked-day.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
58 lines (58 loc) · 1.08 KB
/
theme.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"typeScale": {
"steps": 12,
"viewportMin": 320,
"viewportMax": 1500,
"baseMin": 18,
"baseMax": 22,
"scaleMin": "minor-third",
"scaleMax": "perfect-fourth"
},
"spaceScale": {
"steps": 12,
"viewportMin": 320,
"viewportMax": 1500,
"baseMin": 16,
"baseMax": 18,
"scaleMin": "minor-third",
"scaleMax": "perfect-fourth"
},
"fonts": {
"sans": "system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif",
"serif": "Newsreader,Georgia,Cambria,Times New Roman,Times,serif",
"mono": "Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace"
},
"theme": {
"light": "#f8f9fa",
"dark": "#343a40",
"primary": "#e3cd3d"
},
"color": {
"crimson": "#eb0052",
"muted": "#6c757d",
"white": "#fff"
},
"properties": {
"site-width": "100vw",
"site-max-width": "52em"
},
"grid": {
"steps": 6
},
"queries": {
"lg": "48em"
},
"borders": {
"widths": [
1,
2,
4
]
},
"radii": [
2,
8,
16,
9999
]
}