Skip to content

Commit

Permalink
fixup! dark mode: dim images
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Sep 27, 2024
1 parent d367d1e commit a81d65d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/sass/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
$main-bg: #444444;

body#{$class}::before {
background-image: url("/images/bg/body.jpg");
background-image: url($baseurl + "images/bg/body.jpg");
position: absolute;
content: "";
width: 100%;
Expand All @@ -41,10 +41,9 @@
content: "";
width: 100%;
height: 295px;
background: url("/images/bg/isometric-grid.png") top right repeat;
@include background-image-2x($baseurl + "images/bg/isometric-grid", 35px, 21px, top right, repeat);
position: absolute;
filter: brightness(.4) contrast(1.6);
background-size: 35px 21px;
z-index: -1;
}
div.monitor {
Expand Down

0 comments on commit a81d65d

Please sign in to comment.