File tree Expand file tree Collapse file tree 4 files changed +78
-2
lines changed Expand file tree Collapse file tree 4 files changed +78
-2
lines changed Original file line number Diff line number Diff line change 1+ /* CSS custom properties replacing Sass variables */
2+ : root {
3+ font-family : -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted" ,
4+ "Segoe UI" , "Liberation Sans" , sans-serif;
5+ }
6+
7+ .md-content__inner {
8+ margin : 0 ;
9+ padding : 0 ;
10+ padding-bottom : 3rem ;
11+ }
12+
13+ .md-typeset {
14+ p ,
15+ ol ,
16+ ul ,
17+ h1 ,
18+ h2 ,
19+ h3 ,
20+ h4 ,
21+ h5 ,
22+ h6 {
23+ padding : 0 20px ;
24+ color : black;
25+ }
26+
27+ /* Change header fonts */
28+ h1 , h2 , h3 , h4 , h5 , h6 {
29+ font-weight : 700 ;
30+ font-style : normal;
31+ letter-spacing : -0.5px ;
32+ line-height : 140% ;
33+ }
34+
35+ h1 {
36+ font-size : 1.2rem ;
37+ margin : 0.5em 0 1em 0 ;
38+ }
39+
40+ h2 {
41+ font-size : 1rem ;
42+ margin : 1.5em 0 1.3em 0 ;
43+ }
44+
45+ h3 {
46+ font-size : 0.9rem ;
47+ margin : 2em 0 1.1em 0 ;
48+ }
49+
50+ p , ul , ol , pre {
51+ font-size : 17px ;
52+ }
53+
54+ pre {
55+ line-height : 140% ;
56+ }
57+
58+ pre > code {
59+ padding-left : 20px ;
60+ padding-right : 20px ;
61+ }
62+ }
63+
64+ /* Target only the page title (first H1 in the article) */
65+ .md-content__inner .md-typeset h1 : first-of-type {
66+ padding-left : 20px ;
67+ }
68+
69+ .md-content__inner .md-typeset blockquote {
70+ background-color : # ffd ;
71+ border-left : 0 ;
72+ border-radius : 5px ;
73+ padding : 1px 0 ;
74+ }
File renamed without changes.
Original file line number Diff line number Diff line change 99}
1010</style >
1111
12- ![ jsonrpcserver] ( images /logo.png)
12+ ![ jsonrpcserver] ( assets /logo.png)
1313
1414_ Process incoming JSON-RPC requests in Python._
1515
Original file line number Diff line number Diff line change 11site_name : jsonrpcserver
2- site_url : https://explodinglabs.com/jsonrpcserver/
2+ site_url : https://www. explodinglabs.com/jsonrpcserver/
33repo_url : https://github.com/explodinglabs/jsonrpcserver
44theme :
55 name : material
3030 toggle :
3131 icon : material/brightness-4
3232 name : Switch to system preference
33+ extra_css :
34+ - assets/extra.css
3335markdown_extensions :
3436 - pymdownx.highlight
3537 - pymdownx.superfences
You can’t perform that action at this time.
0 commit comments