Skip to content

Commit a81d65d

Browse files
committed
fixup! dark mode: dim images
1 parent d367d1e commit a81d65d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

assets/sass/dark-mode.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$main-bg: #444444;
2525

2626
body#{$class}::before {
27-
background-image: url("/images/bg/body.jpg");
27+
background-image: url($baseurl + "images/bg/body.jpg");
2828
position: absolute;
2929
content: "";
3030
width: 100%;
@@ -41,10 +41,9 @@
4141
content: "";
4242
width: 100%;
4343
height: 295px;
44-
background: url("/images/bg/isometric-grid.png") top right repeat;
44+
@include background-image-2x($baseurl + "images/bg/isometric-grid", 35px, 21px, top right, repeat);
4545
position: absolute;
4646
filter: brightness(.4) contrast(1.6);
47-
background-size: 35px 21px;
4847
z-index: -1;
4948
}
5049
div.monitor {

0 commit comments

Comments
 (0)