Skip to content

Commit 78aa392

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

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

compositor.json

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,38 @@
77
"title": "",
88
"branch": "",
99
"style": {
10-
"name": "Material",
10+
"name": "Future",
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": "\"Avenir Next\", Helvetica, sans-serif",
1818
"heading": {
1919
"fontWeight": 500,
20-
"letterSpacing": "-0.01em"
20+
"textTransform": "uppercase",
21+
"letterSpacing": "0.2em"
22+
},
23+
"alternativeText": {
24+
"textTransform": "uppercase",
25+
"fontWeight": 400,
26+
"letterSpacing": "0.2em",
27+
"opacity": 0.75
2128
},
2229
"colors": {
23-
"text": "#212121",
30+
"text": "#333",
2431
"background": "#fff",
25-
"primary": "#2196f3",
26-
"secondary": "#1565c0",
27-
"highlight": "#ff4081",
28-
"border": "#e0e0e0",
29-
"muted": "#f5f5f5"
32+
"primary": "#666",
33+
"secondary": "#888",
34+
"highlight": "#1f80ff",
35+
"muted": "#f6f6f6",
36+
"border": "#eee"
3037
},
3138
"layout": {
3239
"centered": true,
33-
"bannerHeight": "80vh",
34-
"maxWidth": 896
40+
"maxWidth": 1024,
41+
"bannerHeight": "80vh"
3542
}
3643
},
3744
"content": [

0 commit comments

Comments
 (0)