Update background color
This commit is contained in:
parent
be0633c89d
commit
9bcc79e1e8
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ export default {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background:
|
background:
|
||||||
linear-gradient(
|
linear-gradient(
|
||||||
rgba(0, 0, 0, 0.4),
|
rgba(0, 0, 0, 0.3),
|
||||||
rgba(0, 0, 0, 0.4)
|
rgba(0, 0, 0, 0.3)
|
||||||
),
|
),
|
||||||
url("../assets/wallpaper.jpg");
|
url("../assets/wallpaper.jpg");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
Loading…
Reference in a new issue