File tree 1 file changed +34
-24
lines changed
1 file changed +34
-24
lines changed Original file line number Diff line number Diff line change 1
1
.markdown :not (code ) {
2
2
overflow : hidden ;
3
3
font-size : 16px ;
4
- line-height : 1.6 !important ;
4
+ line-height : 1.5 !important ;
5
5
word-wrap : break-word ;
6
6
7
7
& .ui.segment {
75
75
h4 ,
76
76
h5 ,
77
77
h6 {
78
- margin-top : 1 em ;
78
+ margin-top : 24 px ;
79
79
margin-bottom : 16px ;
80
80
font-weight : 600 ;
81
- line-height : 1.4 ;
82
-
83
- & :first-of-type {
84
- margin-top : 0 !important ;
85
- }
81
+ line-height : 1.25 ;
86
82
}
87
83
88
84
h1 tt ,
102
98
103
99
h1 {
104
100
padding-bottom : .3em ;
105
- font-size : 2.25em ;
106
- line-height : 1.2 ;
101
+ font-size : 2em ;
107
102
border-bottom : 1px solid var (--color-secondary );
108
103
}
109
104
110
105
h2 {
111
106
padding-bottom : .3em ;
112
- font-size : 1.75em ;
113
- line-height : 1.225 ;
107
+ font-size : 1.5em ;
114
108
border-bottom : 1px solid var (--color-secondary );
115
109
}
116
110
117
111
h3 {
118
- font-size : 1.5em ;
119
- line-height : 1.43 ;
112
+ font-size : 1.25em ;
120
113
}
121
114
122
115
h4 {
123
- font-size : 1.25 em ;
116
+ font-size : 1 em ;
124
117
}
125
118
126
119
h5 {
127
- font-size : 1 em ;
120
+ font-size : .875 em ;
128
121
}
129
122
130
123
h6 {
131
- font-size : 1 em ;
124
+ font-size : .85 em ;
132
125
color : var (--color-text-light-2 );
133
126
}
134
127
135
128
p ,
136
129
blockquote ,
130
+ details ,
137
131
ul ,
138
132
ol ,
139
133
dl ,
232
226
}
233
227
234
228
li > p {
235
- margin-top : 0 ;
229
+ margin-top : 16px ;
230
+ }
231
+
232
+ li + li {
233
+ margin-top : .25em ;
236
234
}
237
235
238
236
dl {
268
266
}
269
267
270
268
table {
271
- width : auto ;
272
- overflow : auto ;
273
- word-break : keep-all ;
274
269
display : block ;
270
+ width : 100% ;
271
+ width : -webkit-max-content ;
272
+ width : -moz-max-content ;
273
+ width : max-content ;
274
+ max-width : 100% ;
275
+ overflow : auto ;
275
276
}
276
277
277
278
table th {
294
295
295
296
img {
296
297
max-width : 100% ;
297
- box-sizing : border-box ;
298
+ box-sizing : initial ;
299
+ }
300
+
301
+ img [align= " right" ] {
302
+ padding-left : 20px ;
303
+ }
304
+
305
+ img [align= " left" ] {
306
+ padding-right : 20px ;
298
307
}
299
308
300
309
.emoji {
301
310
max-width : none ;
311
+ vertical-align : text-top ;
302
312
}
303
313
304
314
span .frame {
391
401
392
402
code ,
393
403
tt {
394
- padding : .2em .3 em ;
404
+ padding : .2em .4 em ;
395
405
margin : 0 ;
396
406
font-size : 85% ;
397
407
background-color : var (--color-markdown-code-block );
398
- border-radius : 3 px ;
408
+ border-radius : 4 px ;
399
409
}
400
410
401
411
code br ,
428
438
font-size : 85% ;
429
439
line-height : 1.45 ;
430
440
background-color : var (--color-markdown-code-block );
431
- border-radius : 3 px ;
441
+ border-radius : 4 px ;
432
442
}
433
443
434
444
.highlight pre {
You can’t perform that action at this time.
0 commit comments