File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 44.http-status-code {
55 font-size : 3em ;
66}
7+
8+ .http-status-description {
9+ display : inline-block ;
10+ }
Original file line number Diff line number Diff line change @@ -346,6 +346,13 @@ main .layout-4col-3span {
346346 border-top : 2px dashed $color-border ;
347347}
348348
349+ @include dark-mode {
350+ .teaser ,
351+ .teaser-container {
352+ border-top-color : $dark-color-border ;
353+ }
354+ }
355+
349356/* *
350357 * Advertising links.
351358 */
@@ -374,14 +381,6 @@ main .layout-4col-3span {
374381 display : block ;
375382}
376383
377- /* *
378- * Error page subheadings.
379- */
380-
381- .http-status-description {
382- display : inline-block ;
383- }
384-
385384/* *
386385 * Homepage animation canvas.
387386 */
@@ -395,7 +394,7 @@ main .layout-4col-3span {
395394 width : 100% ;
396395 max-width : 1150px ;
397396 margin : 0 auto ;
398- background : #ffffff ;
397+ background : $color-background ;
399398
400399 img {
401400 max-width : 100% ;
You can’t perform that action at this time.
0 commit comments