File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed
Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,6 @@ main .layout-4col-3span {
394394 width : 100% ;
395395 max-width : 1150px ;
396396 margin : 0 auto ;
397- background : $color-background ;
398397
399398 img {
400399 max-width : 100% ;
@@ -479,14 +478,6 @@ main .layout-4col-3span {
479478 background-position : -1000px 0 ;
480479}
481480
482- @include dark-mode {
483- .the-carver ,
484- .index-feature h3 ::before ,
485- .index-docs h3 ::before {
486- filter : contrast (150% );
487- }
488- }
489-
490481/* *
491482 * Showcase section.
492483 */
@@ -554,6 +545,10 @@ main .layout-4col-3span {
554545}
555546
556547@include dark-mode {
548+ .the-carver ,
549+ .index-feature h3 ::before ,
550+ .index-docs h3 ::before ,
551+ .showcase-container h3 ,
557552 .showcase-home-c ::before ,
558553 .showcase-home-l ::before ,
559554 .showcase-home-r ::before ,
Original file line number Diff line number Diff line change 167167 }
168168 }
169169
170- @include dark-mode {
171- .showcase-container h3 {
172- filter : contrast (150% );
173- }
174- }
175-
176170 .showcase-landing h3 {
177171 top : -35px ;
178172 }
You can’t perform that action at this time.
0 commit comments