mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-07 10:53:13 +00:00
Noisy background
This commit is contained in:
parent
1486c1b70a
commit
350528ca2e
2 changed files with 3 additions and 1 deletions
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 {
|
body {
|
||||||
background-color: $color-background;
|
background-color: darken($color-background, 10%);
|
||||||
|
//background-color: $color-background;
|
||||||
|
background-image: url("/Noise.png");
|
||||||
color: $color-on-background;
|
color: $color-on-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue