File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ aside {
479
479
.next :after ,
480
480
.prev :before {
481
481
font-size : 36px ;
482
- color : #222 ;
482
+ color : #fff ;
483
483
font-weight : 900 ;
484
484
text-shadow : 0 1px 0 rgba (255 ,255 ,255 ,.2 );
485
485
position : absolute ;
@@ -649,7 +649,8 @@ code {
649
649
pre , code { font-size : 16px ; }
650
650
}
651
651
652
- .highlight ,
652
+ div .highlight ,
653
+ figure .highlight ,
653
654
p > pre ,
654
655
p > code ,
655
656
p > nobr > code ,
@@ -688,7 +689,8 @@ h5 > code,
688
689
code { background : none ; }
689
690
}
690
691
691
- .highlight {
692
+ div .highlight ,
693
+ figure .highlight {
692
694
background-color : rgba (0 ,0 ,0 ,.1 );
693
695
margin : 1em 0 ;
694
696
width : 100% ;
@@ -1093,7 +1095,8 @@ code.output {
1093
1095
@include border-radius (5px 5px 0 0 );
1094
1096
@include box-shadow (0 3px 10px rgba (0 ,0 ,0 ,.5 ));
1095
1097
}
1096
- .highlight {
1098
+ div .highlight ,
1099
+ figure .highlight {
1097
1100
@include border-radius (0 0 5px 5px );
1098
1101
}
1099
1102
pre .highlight {
You can’t perform that action at this time.
0 commit comments