From 02303846ac62ca1630debcd25f6588001b601d9f Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Fri, 15 Mar 2019 22:02:13 +0100 Subject: [PATCH] Remove rekt default background image and video. --- src/main/_page.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/_page.scss b/src/main/_page.scss index 7278f83..ab1c2df 100644 --- a/src/main/_page.scss +++ b/src/main/_page.scss @@ -19,6 +19,7 @@ } &#page_EQ { + background: initial; #wave { position: absolute; left: 0; @@ -52,6 +53,10 @@ } } + .page_EQ_video { + display: none; + } + #wave { @if $icedream-saturation { @include saturate-from-red(300%, 5%);