-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy paththeme.json
More file actions
44 lines (44 loc) · 794 Bytes
/
theme.json
File metadata and controls
44 lines (44 loc) · 794 Bytes
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
{
"custom": {
"superlist-block": {
"color": {
"text": "#115463",
"link": "#115463",
"background": "#b2d38c"
},
"typography": {
"fontSize": "25px",
"fontFamily": "serif",
"lineHeight": "1.5",
"textTransform": "uppercase",
"fontWeight": "700"
},
"spacing": {
"margin": "1.5rem",
"padding": "1rem"
},
"listSettings": {
"width":"320px",
"orientation": "horizontal"
}
},
"superlist-item": {
"color": {
"text": "#115463",
"link": "#115463",
"background": "#b2d38c"
},
"typography": {
"fontSize": "35px",
"fontFamily": "serif",
"lineHeight": "1.5",
"textTransform": "uppercase",
"fontWeight": "700"
},
"spacing": {
"margin": "1.5rem",
"padding": "1rem"
}
}
}
}