Skip to content

Commit 3e852f4

Browse files
committed
Consolidate
1 parent 39ff472 commit 3e852f4

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

src/assets/sass/modules/_layout.scss

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff 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,

src/assets/sass/modules/_responsive.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,6 @@
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
}

0 commit comments

Comments
 (0)