diff --git a/src/styles/blocks/mission.scss b/src/styles/blocks/mission.scss index 34ada74..add79dc 100644 --- a/src/styles/blocks/mission.scss +++ b/src/styles/blocks/mission.scss @@ -1,8 +1,7 @@ .mission { position: relative; - /* background: $black url(/assets/images/mission-bg.png) 50% 0 no-repeat; - background-size: cover; - background-blend-mode: lighten; */ + overflow: hidden; + &::before { content: ''; pointer-events: none; @@ -11,9 +10,10 @@ left: 0; right: 0; bottom: 0; - z-index: 1; + z-index: 3; + mix-blend-mode: color; background: url(/assets/images/line_playerzero_compressed.png) 0% 0 repeat-x; - animation: flow 6s linear infinite forwards; + animation: flow 12s linear infinite forwards; } &__container {