Skip to content

Commit d258f01

Browse files
committed
Update compositor.json
1 parent 78aa392 commit d258f01

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

compositor.json

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,31 @@
77
"title": "",
88
"branch": "",
99
"style": {
10-
"name": "Future",
10+
"name": "Material",
1111
"componentSet": {
12-
"nav": "nav/BasicNav",
13-
"header": "header/BannerHeader",
12+
"nav": "nav/DarkAbsoluteNav",
13+
"header": "header/GradientHeader",
1414
"article": "article/BasicArticle",
1515
"footer": "footer/BasicFooter"
1616
},
17-
"fontFamily": "\"Avenir Next\", Helvetica, sans-serif",
17+
"fontFamily": "Roboto, sans-serif",
1818
"heading": {
1919
"fontWeight": 500,
20-
"textTransform": "uppercase",
21-
"letterSpacing": "0.2em"
22-
},
23-
"alternativeText": {
24-
"textTransform": "uppercase",
25-
"fontWeight": 400,
26-
"letterSpacing": "0.2em",
27-
"opacity": 0.75
20+
"letterSpacing": "-0.01em"
2821
},
2922
"colors": {
30-
"text": "#333",
23+
"text": "#212121",
3124
"background": "#fff",
32-
"primary": "#666",
33-
"secondary": "#888",
34-
"highlight": "#1f80ff",
35-
"muted": "#f6f6f6",
36-
"border": "#eee"
25+
"primary": "#2196f3",
26+
"secondary": "#1565c0",
27+
"highlight": "#ff4081",
28+
"border": "#e0e0e0",
29+
"muted": "#f5f5f5"
3730
},
3831
"layout": {
3932
"centered": true,
40-
"maxWidth": 1024,
41-
"bannerHeight": "80vh"
33+
"bannerHeight": "80vh",
34+
"maxWidth": 896
4235
}
4336
},
4437
"content": [

0 commit comments

Comments
 (0)