diff --git a/front/public/Noise.png b/front/public/Noise.png new file mode 100644 index 0000000..57bb59d Binary files /dev/null and b/front/public/Noise.png differ diff --git a/front/src/styles/_reset.scss b/front/src/styles/_reset.scss index 05d8369..7949259 100644 --- a/front/src/styles/_reset.scss +++ b/front/src/styles/_reset.scss @@ -17,7 +17,9 @@ body, #app { } body { - background-color: $color-background; + background-color: darken($color-background, 10%); + //background-color: $color-background; + background-image: url("/Noise.png"); color: $color-on-background; }