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 {
479479 .next :after ,
480480 .prev :before {
481481 font-size : 36px ;
482- color : #222 ;
482+ color : #fff ;
483483 font-weight : 900 ;
484484 text-shadow : 0 1px 0 rgba (255 ,255 ,255 ,.2 );
485485 position : absolute ;
@@ -649,7 +649,8 @@ code {
649649 pre , code { font-size : 16px ; }
650650}
651651
652- .highlight ,
652+ div .highlight ,
653+ figure .highlight ,
653654p > pre ,
654655p > code ,
655656p > nobr > code ,
@@ -688,7 +689,8 @@ h5 > code,
688689 code { background : none ; }
689690}
690691
691- .highlight {
692+ div .highlight ,
693+ figure .highlight {
692694 background-color : rgba (0 ,0 ,0 ,.1 );
693695 margin : 1em 0 ;
694696 width : 100% ;
@@ -1093,7 +1095,8 @@ code.output {
10931095 @include border-radius (5px 5px 0 0 );
10941096 @include box-shadow (0 3px 10px rgba (0 ,0 ,0 ,.5 ));
10951097 }
1096- .highlight {
1098+ div .highlight ,
1099+ figure .highlight {
10971100 @include border-radius (0 0 5px 5px );
10981101 }
10991102 pre .highlight {
You can’t perform that action at this time.
0 commit comments