Skip to content

Commit f740d4e

Browse files
Update compositor.json
1 parent 6645437 commit f740d4e

File tree

1 file changed

+69
-16
lines changed

1 file changed

+69
-16
lines changed

compositor.json

Lines changed: 69 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,84 @@
77
"title": "WebDev Guild",
88
"branch": "",
99
"style": {
10-
"name": "Material",
10+
"name": "Default",
1111
"componentSet": {
12-
"nav": "nav/DarkAbsoluteNav",
13-
"header": "header/GradientHeader",
12+
"nav": "nav/BasicNav",
13+
"header": "header/BannerHeader",
1414
"article": "article/BasicArticle",
1515
"footer": "footer/BasicFooter"
1616
},
17-
"fontFamily": "Roboto, sans-serif",
17+
"fontFamily": "-apple-system, BlinkMacSystemFont, sans-serif",
18+
"fontWeight": 400,
19+
"bold": 600,
20+
"lineHeight": 1.5,
21+
"typeScale": [
22+
72,
23+
48,
24+
24,
25+
20,
26+
16,
27+
14,
28+
12
29+
],
30+
"monospace": "Menlo, monospace",
1831
"heading": {
19-
"fontWeight": 500,
20-
"letterSpacing": "-0.01em"
32+
"fontFamily": null,
33+
"fontStyle": null,
34+
"fontWeight": 600,
35+
"lineHeight": 1.25,
36+
"textTransform": null,
37+
"letterSpacing": null
38+
},
39+
"h0": {},
40+
"h1": {},
41+
"h2": {},
42+
"h3": {},
43+
"h4": {},
44+
"h5": {},
45+
"h6": {},
46+
"alternativeText": {},
47+
"space": [
48+
0,
49+
8,
50+
16,
51+
32,
52+
48,
53+
64,
54+
96
55+
],
56+
"layout": {
57+
"maxWidth": 1024,
58+
"centered": false
2159
},
2260
"colors": {
23-
"text": "#212121",
61+
"text": "#111",
2462
"background": "#fff",
25-
"primary": "#2196f3",
26-
"secondary": "#1565c0",
27-
"highlight": "#ff4081",
28-
"border": "#e0e0e0",
29-
"muted": "#f5f5f5"
63+
"primary": "#08e",
64+
"secondary": "#059",
65+
"highlight": "#e08",
66+
"border": "#ddd",
67+
"muted": "#eee"
3068
},
31-
"layout": {
32-
"centered": true,
33-
"bannerHeight": "80vh",
34-
"maxWidth": 896
69+
"border": {
70+
"width": 1,
71+
"radius": 2
72+
},
73+
"link": {},
74+
"button": {
75+
"hover": {
76+
"boxShadow": "inset 0 0 0 999px rgba(0, 0, 0, .125)"
77+
}
78+
},
79+
"input": {},
80+
"body": {
81+
"margin": 0
82+
},
83+
"breakpoints": {
84+
"xs": "@media screen and (max-width:40em)",
85+
"sm": "@media screen and (min-width:40em)",
86+
"md": "@media screen and (min-width:52em)",
87+
"lg": "@media screen and (min-width:64em)"
3588
}
3689
},
3790
"content": [

0 commit comments

Comments
 (0)