1
1
html {
2
- font-family : proxima-nova , " Helvetica Neue" , Helvetica, Arial, sans-serif;
2
+ font-family : 'Roboto' , ' Helvetica Neue' , Helvetica, Arial, sans-serif;
3
3
color : # 484848 ;
4
4
font-size : 16px ;
5
- line-height : 1.375 ;
5
+ line-height : 24 px ;
6
6
}
7
7
8
8
body {
21
21
}
22
22
23
23
h1 , h2 , h3 , h4 , h5 , h6 {
24
+ font-family : 'Rubik' , 'Helvetica Neue' , Helvetica, Arial, sans-serif;
24
25
margin : 10px 0 ;
25
- font-family : inherit;
26
- font-weight : bold;
27
- line-height : 20px ;
28
26
color : inherit;
29
27
text-rendering : optimizelegibility;
30
28
}
@@ -40,14 +38,17 @@ h1, h2, h3 {
40
38
41
39
h1 {
42
40
font-size : 39px ;
41
+ line-height : 60px ;
43
42
}
44
43
45
44
h2 {
46
45
font-size : 24px ;
46
+ line-height : 36px ;
47
47
}
48
48
49
49
h3 {
50
50
font-size : 18px ;
51
+ line-height : 28px ;
51
52
}
52
53
53
54
h4 {
98
99
}
99
100
100
101
a {
101
- color : # E535AB ;
102
+ /* https://www.pantone.com/color-finder/Rhodamine-Red-C */
103
+ color : # E10098 ;
102
104
text-decoration : none;
103
105
}
104
106
105
107
a : hover , a : focus {
106
- color : # E97CC5 ;
107
108
text-decoration : underline;
108
109
}
109
110
@@ -194,6 +195,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
194
195
}
195
196
196
197
.nav-main {
198
+ font-family : 'Rubik' , 'Helvetica Neue' , Helvetica, Arial, sans-serif;
197
199
* zoom : 1 ;
198
200
background : # 222 ;
199
201
color : # fafafa ;
@@ -252,18 +254,18 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
252
254
253
255
.nav-main .nav-site a .active {
254
256
color : # fafafa ;
255
- border-bottom : 3px solid # E535AB ;
257
+ border-bottom : 3px solid # E10098 ;
256
258
background : # 333 ;
257
259
}
258
260
259
261
.nav-main .nav-home {
260
- color : # E535AB ;
262
+ color : # E10098 ;
261
263
font-size : 24px ;
262
264
line-height : 50px ;
263
265
}
264
266
265
267
.nav-home a {
266
- color : # E535AB ;
268
+ color : # E10098 ;
267
269
}
268
270
269
271
.nav-home img {
@@ -290,11 +292,11 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
290
292
291
293
.hero .text {
292
294
font-size : 64px ;
295
+ line-height : 100px ;
293
296
text-align : center;
294
297
}
295
298
296
299
.hero h1 .text {
297
- line-height : inherit;
298
300
margin : 0 ;
299
301
}
300
302
@@ -311,7 +313,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
311
313
}
312
314
313
315
.hero strong {
314
- color : # E535AB ;
316
+ color : # E10098 ;
315
317
font-weight : 400 ;
316
318
}
317
319
@@ -326,7 +328,7 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
326
328
327
329
.buttons-unit .button {
328
330
font-size : 24px ;
329
- background : # E535AB ;
331
+ background : # E10098 ;
330
332
color : # fafafa ;
331
333
}
332
334
@@ -366,11 +368,11 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
366
368
367
369
.nav-docs a : hover {
368
370
text-decoration : none;
369
- color : # E535AB ;
371
+ color : # E10098 ;
370
372
}
371
373
372
374
.nav-docs a .active {
373
- color : # E535AB ;
375
+ color : # E10098 ;
374
376
}
375
377
376
378
.nav-docs .nav-docs-section {
@@ -739,7 +741,7 @@ li code,
739
741
p code {
740
742
background-color : # f6f5f5 ;
741
743
color : # 333 ;
742
- font-family : Consolas , Inconsolata , 'Droid Sans Mono' , 'Andale Mono' , 'Ubuntu Mono', Menlo, Monaco, monospace;
744
+ font-family : 'Roboto Mono', Menlo, Monaco, monospace;
743
745
font-size : 14px ;
744
746
line-height : 20px ;
745
747
padding : 4px 4px 2px ;
@@ -986,7 +988,7 @@ p + .apiIndex {
986
988
text-decoration : none;
987
989
}
988
990
.apiIndex li a : hover ::before {
989
- color : # E535AB ;
991
+ color : # E10098 ;
990
992
content : '#' ;
991
993
font-size : 16px ;
992
994
left : -2em ;
@@ -1076,7 +1078,7 @@ pre[class*="language-"],
1076
1078
.apiIndex pre {
1077
1079
color : # 333 ;
1078
1080
text-shadow : 0 1px white;
1079
- font-family : 'Consolas' , 'Inconsolata' , 'Droid Sans Mono', 'Andale Mono' , 'Ubuntu Mono' , ' Monaco' , monospace;
1081
+ font-family : 'Roboto Mono' , Menlo , Monaco, monospace;
1080
1082
font-size : 14px ;
1081
1083
line-height : 20px ;
1082
1084
direction : ltr;
@@ -1212,7 +1214,7 @@ pre[class*="language-"] {
1212
1214
code [class *= "language-" ],
1213
1215
pre [class *= "language-" ],
1214
1216
.apiIndex pre {
1215
- font-family : Consolas , Inconsolata , 'Droid Sans Mono' , 'Andale Mono' , 'Ubuntu Mono', Menlo, Monaco, monospace;
1217
+ font-family : 'Roboto Mono', Menlo, Monaco, monospace;
1216
1218
white-space : pre-wrap;
1217
1219
}
1218
1220
@@ -1221,7 +1223,7 @@ pre[class*="language-"],
1221
1223
.apiIndex li {
1222
1224
font-size : 14px ;
1223
1225
line-height : 20px ;
1224
- border-left : 4px solid # E535AB ;
1226
+ border-left : 4px solid # E10098 ;
1225
1227
padding : 7px 14px ;
1226
1228
background-color : # faf9f9 ;
1227
1229
}
@@ -1725,7 +1727,7 @@ span.CodeMirror-selectedtext { background: none; }
1725
1727
-webkit-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.45 );
1726
1728
-moz-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.45 );
1727
1729
box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.45 );
1728
- font-family : Consolas , Inconsolata , 'Droid Sans Mono' , 'Andale Mono' , 'Ubuntu Mono', Menlo, Monaco, monospace;
1730
+ font-family : 'Roboto Mono', Menlo, Monaco, monospace;
1729
1731
font-size : 14px ;
1730
1732
line-height : 20px ;
1731
1733
list-style : none;
@@ -1954,7 +1956,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
1954
1956
margin : 28px 0 ;
1955
1957
color : # 333 ;
1956
1958
background : # faf9f9 ;
1957
- border-left : 4px solid # E535AB ;
1959
+ border-left : 4px solid # E10098 ;
1958
1960
width : 100% ;
1959
1961
display : -webkit-flex;
1960
1962
display : flex;
@@ -2041,13 +2043,13 @@ input#algolia-doc-search {
2041
2043
background-color : # B51780 ;
2042
2044
}
2043
2045
.algolia-docsearch-suggestion--highlight {
2044
- color : # E535AB ;
2046
+ color : # E10098 ;
2045
2047
}
2046
2048
.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight {
2047
- background-color : # E535AB ;
2049
+ background-color : # E10098 ;
2048
2050
}
2049
2051
.aa-cursor .algolia-docsearch-suggestion--content {
2050
- color : # E535AB ;
2052
+ color : # E10098 ;
2051
2053
}
2052
2054
.aa-cursor .algolia-docsearch-suggestion {
2053
2055
background : # FEF6FB ;
@@ -2058,5 +2060,5 @@ input#algolia-doc-search {
2058
2060
.algolia-docsearch-suggestion--subcategory-column {
2059
2061
border-right-color : # FEF6FB ;
2060
2062
background-color : # FEF6FB ;
2061
- color : # E535AB ;
2063
+ color : # E10098 ;
2062
2064
}
0 commit comments