Update background color

This commit is contained in:
Dominik Korsa 2019-02-23 12:25:44 +01:00
parent be0633c89d
commit 9bcc79e1e8

View file

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