diff --git a/assets/css/noscript20200710.scss b/assets/css/noscript20200710.scss index 69df872..0ba5c99 100644 --- a/assets/css/noscript20200710.scss +++ b/assets/css/noscript20200710.scss @@ -216,38 +216,15 @@ @import 'player'; .logo { - position: fixed; - top: 20px; - right: 20px; - width: 50%; - height: 10%; - background-color: transparent; - background-repeat: no-repeat; - background-position: center center; - background-size: 95% 95%; - -webkit-transition: all 400ms ease-in; - -moz-transition: all 400ms ease-in; - transition: all 400ms ease-in; - box-shadow: 0 0 10px 1px _palette(border-alt); + filter: blur(0px); } - @media only screen and (min-width: 769px) { - .logo { - position: fixed; - top: 20px; - right: 20px; - width: 20%; - height: 10%; - background-color: transparent; - background-repeat: no-repeat; - background-position: center center; - background-size: 95% 95%; - -webkit-transition: all 400ms ease-in; - -moz-transition: all 400ms ease-in; - transition: all 400ms ease-in; - box-shadow: 0 0 10px 1px _palette(border-alt); - } -} +.blurredout { + filter: blur(0px); + -webkit-transition: filter 400ms ease-in; + -moz-transition: filter 400ms ease-in; + transition: filter 400ms ease-in; + } // Player link #mainwrap {