Skip to content

Commit 505da82

Browse files
committed
Tweaks in styles
1 parent 44d64c1 commit 505da82

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

_sass/_style.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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,
653654
p > pre,
654655
p > code,
655656
p > 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 {

0 commit comments

Comments
 (0)