Noisy background

This commit is contained in:
Michał 2024-05-02 19:24:33 +01:00
parent 1486c1b70a
commit 350528ca2e
2 changed files with 3 additions and 1 deletions

BIN
front/public/Noise.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -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;
}