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 9
9
}
10
10
</style >
11
11
12
- ![ jsonrpcserver] ( images /logo.png)
12
+ ![ jsonrpcserver] ( assets /logo.png)
13
13
14
14
_ Process incoming JSON-RPC requests in Python._
15
15
Original file line number Diff line number Diff line change 1
1
site_name : jsonrpcserver
2
- site_url : https://explodinglabs.com/jsonrpcserver/
2
+ site_url : https://www. explodinglabs.com/jsonrpcserver/
3
3
repo_url : https://github.com/explodinglabs/jsonrpcserver
4
4
theme :
5
5
name : material
30
30
toggle :
31
31
icon : material/brightness-4
32
32
name : Switch to system preference
33
+ extra_css :
34
+ - assets/extra.css
33
35
markdown_extensions :
34
36
- pymdownx.highlight
35
37
- pymdownx.superfences
You can’t perform that action at this time.
0 commit comments