This repository was archived by the owner on Jul 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -316,6 +316,10 @@ h1 h2 h3 h4 h5 h6 {
316
316
margin-bottom : 0.4em ;
317
317
}
318
318
319
+ .post__content blockquote p : last-child {
320
+ margin-bottom : 0 ;
321
+ }
322
+
319
323
.post__date {
320
324
color : var (--primary-500 );
321
325
margin-left : auto;
@@ -338,6 +342,7 @@ details {
338
342
background-color : var (--primary-50 );
339
343
border-radius : var (--border-radius-small );
340
344
transition : background-color 0.3s ease;
345
+ padding : 0.5em ;
341
346
}
342
347
343
348
details [open ] {
@@ -402,15 +407,24 @@ li, p {
402
407
word-break : break-word;
403
408
}
404
409
410
+ .lightbox-wrapper img {
411
+ width : 100% ;
412
+ height : auto;
413
+ }
414
+
415
+ blockquote {
416
+ background-color : var (--primary-50 );
417
+ border-left : 6px solid var (--primary-200 );
418
+ padding : 0.5em 1em ;
419
+ margin : 1em 0 ;
420
+ }
421
+
405
422
.lightbox-wrapper .meta svg , .lightbox-wrapper .meta .informations {
406
423
display : none;
407
424
}
408
425
409
426
.lightbox-wrapper .meta .filename {
410
- display : -webkit-box;
411
- -webkit-line-clamp : 2 ;
412
- -webkit-box-orient : vertical;
413
- overflow : hidden;
427
+ overflow-wrap : anywhere;
414
428
}
415
429
416
430
/*
You can’t perform that action at this time.
0 commit comments