ultime survivor mode

This commit is contained in:
Set Hallstrom 2020-01-28 14:18:34 +01:00
parent 8f519ed75f
commit 38a9785dd7
7 changed files with 75 additions and 83 deletions

View file

@ -80,7 +80,7 @@ a:hover {
line-height: .8em;
}
video {
opacity: .5;
opacity: .75;
}
.fullscreen-bg {
position: fixed;
@ -137,4 +137,6 @@ a:hover {
}
}
.fullopacity {
opacity: 1;
}

View file

@ -4,7 +4,7 @@
$color1: rgba(222, 239, 183, 1);
$color2: rgba(152, 223, 175, 1);
$color3: rgba(95, 180, 156, 1);
$color4: rgba(65, 66, 136, 1);
$color4: rgba(29, 29, 59, 1);
$color5: rgba(104, 45, 99, 1);