1- @import url ("https://fonts.googleapis.com/css2?family=Calistoga&family= IBM+Plex+Mono&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" );
1+ @import url ("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,700;1,400 &display=swap" );
22html {
33 font-size : 62.5% / 1.7em ;
44}
@@ -10,28 +10,65 @@ body {
1010 background : # fff ;
1111}
1212
13+ body > header {
14+ background-color : # 1a1d1e ;
15+ padding : 1rem ;
16+ color : # fff ;
17+ display : flex;
18+ justify-content : space-between;
19+ }
20+
21+ body > header a ,
22+ body > header a : visited {
23+ color : # fff ;
24+ text-decoration : none;
25+ }
26+
27+ body > header h1 {
28+ margin : 0 ;
29+ font-weight : 400 ;
30+ font-size : 1.75rem ;
31+ font-family : "Lora" , "Inter" , Arial, sans-serif;
32+ line-height : 1em ;
33+ }
34+
35+ body > header .clover-repository {
36+ display : flex;
37+ font-size : 1rem ;
38+ font-family : "Inter" , Arial, sans-serif;
39+ color : # 999 !important ;
40+ }
41+
42+ body > header .clover-repository svg {
43+ height : 1.75rem ;
44+ fill : # fff ;
45+ color : # fff ;
46+ line-height : 1em ;
47+ margin-left : 0.5rem ;
48+ }
49+
1350# root {
14- padding : 0 ;
51+ padding : 1.618 rem 2.618 rem ;
1552}
1653
17- # root header > span {
18- font-family : "Calistoga " , "Inter" , Arial, sans-serif;
54+ # root . documentation-wrapper header > span {
55+ font-family : "Lora " , "Inter" , Arial, sans-serif;
1956 font-weight : 400 ;
2057}
2158
2259button * {
2360 box-sizing : border-box;
2461}
2562
26- h1 {
63+ . documentation-wrapper h1 {
2764 font-weight : 400 ;
28- font-family : "Calistoga " , "Inter" , Arial, sans-serif;
65+ font-family : "Lora " , "Inter" , Arial, sans-serif;
2966}
3067
31- h2 {
68+ . documentation-wrapper h2 {
3269 margin : 2.618rem 0 1rem ;
3370 font-weight : 400 ;
34- font-family : "Calistoga " , "Inter" , Arial, sans-serif;
71+ font-family : "Lora " , "Inter" , Arial, sans-serif;
3572}
3673
3774code {
0 commit comments