Clean up image folder structure

This commit is contained in:
Michał Gdula 2024-05-08 10:27:15 +01:00
parent b8d9ded81e
commit a704082779
19 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@ body,
body {
background-color: darken($color-background, 10%);
//background-color: $color-background;
background-image: url("/Noise.png");
background-image: url("/assets/Noise.png");
color: $color-on-background;
}