Skip to content

Commit

Permalink
sry i just had to make the reference
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenburger committed Jan 15, 2024
1 parent 67a5228 commit 04ba4b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ body {
}
@include query($bp-lrg){
padding: var(--s1);
// max-width: 90rem;
margin: 0 auto;
}
// @include query($bp-2xl){
// max-width: 112rem;
// }
// Background noise image
&::before {
z-index: -1;
Expand All @@ -30,10 +26,10 @@ body {
opacity: 0.1;
width: 100vw;
height: 100vh;
background-image: url(../images/noise.gif);
background-image: url(../images/the_color_of_television_tuned_to_a_dead_channel.gif);
background-repeat: repeat;
@include reducemotion {
background-image: url(../images/noise.avif);
background-image: url(../images/the_color_of_television_tuned_to_a_dead_channel.avif);
filter: brightness(0.5) contrast(2);
opacity: 0.1;
}
Expand Down
Binary file not shown.
File renamed without changes

0 comments on commit 04ba4b6

Please sign in to comment.