File tree Expand file tree Collapse file tree 1 file changed +50
-2
lines changed Expand file tree Collapse file tree 1 file changed +50
-2
lines changed Original file line number Diff line number Diff line change 21
21
color : # 333 ;
22
22
}
23
23
24
+ h1 {
25
+ font-size : 2rem ;
26
+ margin : 2rem 0 ;
27
+ border-bottom : 1px solid # eee ;
28
+ }
29
+
30
+ h2 {
31
+ font-size : 1.5rem ;
32
+ margin : 1.5rem 0 ;
33
+ border-bottom : 1px solid # eee ;
34
+ }
35
+
36
+ h3 {
37
+ font-size : 1.3rem ;
38
+ margin : 1.3rem 0 ;
39
+ }
40
+
41
+ h4 {
42
+ font-size : 1.2rem ;
43
+ margin : 1.2rem 0 ;
44
+ }
45
+
46
+ h5 {
47
+ font-size : 1.1rem ;
48
+ margin : 1.1rem 0 ;
49
+ }
50
+
51
+ h6 {
52
+ font-size : 1rem ;
53
+ margin : 1rem 0 ;
54
+ }
55
+
24
56
ul ,
25
57
ol ,
26
- li {
58
+ li ,
59
+ section ,
60
+ p {
27
61
font-size : 1rem ;
28
62
}
29
63
64
+ ul ,
65
+ ol {
66
+ padding-left : 2rem ;
67
+ }
68
+
30
69
main {
31
70
background-color : # fff ;
32
71
box-sizing : border-box;
94
133
blockquote {
95
134
border-left : 0.25rem solid # ddd ;
96
135
color : # 777 ;
97
- font-size : 1.14 rem ;
136
+ font-size : 1 rem ;
98
137
margin : 0px ;
99
138
padding : 0 1rem ;
100
139
}
137
176
background-color : var (--body-background );
138
177
border-radius : 3px ;
139
178
}
179
+
180
+ mark {
181
+ padding : 0.2rem ;
182
+ background-color : # fff1a7 ;
183
+ }
184
+
185
+ .katex-display {
186
+ overflow-x : auto;
187
+ }
140
188
</ style >
141
189
</ head >
142
190
You can’t perform that action at this time.
0 commit comments