File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 213
213
color : rgba (255 , 255 , 255 , .8 );
214
214
background : 0 0 ;
215
215
border-radius : 0 ;
216
- overflow-x : auto
216
+ overflow-x : auto;
217
+ word-break : break-all;
217
218
}
218
219
219
220
.post-content blockquote {
243
244
}
244
245
245
246
.post-content figure .align-center {
246
- text-align : center;
247
+ text-align : center;
247
248
}
248
249
249
- .post-content figure > figcaption {
250
+ .post-content figure > figcaption {
250
251
color : var (--primary );
251
252
font-size : 16px ;
252
253
font-weight : bold;
253
254
margin : 8px 0 16px ;
254
255
}
255
256
256
- .post-content figure > figcaption > p {
257
- color : var (--secondary );
258
- font-size : 14px ;
259
- font-weight : normal;
257
+ .post-content figure > figcaption > p {
258
+ color : var (--secondary );
259
+ font-size : 14px ;
260
+ font-weight : normal;
260
261
}
261
262
262
263
.toc {
@@ -428,4 +429,4 @@ h6:hover .anchor {
428
429
429
430
[dir = "rtl" ] .paginav .next {
430
431
text-align : left;
431
- }
432
+ }
You can’t perform that action at this time.
0 commit comments