File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,10 @@ blockquote > *:last-child {
337
337
margin-bottom : 0 ;
338
338
}
339
339
340
+ blockquote > * : first-child {
341
+ margin-top : 0 ;
342
+ }
343
+
340
344
.lesson-content img {
341
345
max-width : 100% ;
342
346
}
@@ -467,8 +471,8 @@ ol.sections-name .lesson-details {
467
471
}
468
472
469
473
ol .sections-name .lesson-preface {
470
- font-size : 60px
471
- }
474
+ font-size : 60px ;
475
+ }
472
476
}
473
477
474
478
.lesson-details h3 {
@@ -517,7 +521,7 @@ ol.sections-name .lesson-details {
517
521
518
522
code ,
519
523
pre code {
520
- padding : .5rem ;
524
+ padding : 0 .5rem ;
521
525
text-wrap : wrap;
522
526
}
523
527
@@ -530,8 +534,10 @@ pre code.hljs {
530
534
531
535
pre code ,
532
536
pre code .hljs {
537
+ background-color : white;
538
+ border : 2px solid var (--emphasized-border );
533
539
display : block;
534
540
padding : 1rem ;
535
541
overflow-x : auto;
536
542
border-radius : 5px ;
537
- }
543
+ }
You can’t perform that action at this time.
0 commit comments