mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 02:16:07 +00:00
Noisy background
This commit is contained in:
parent
1486c1b70a
commit
350528ca2e
BIN
front/public/Noise.png
Normal file
BIN
front/public/Noise.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue