From a56b45d771435fe5a30847548e25ff0ae5525bf4 Mon Sep 17 00:00:00 2001 From: Manav Gabhawala Date: Sat, 25 Mar 2017 21:29:13 -0400 Subject: [PATCH] More blurs in live page --- static/stylesheets/live.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/stylesheets/live.css b/static/stylesheets/live.css index 84e9669..4d2946f 100644 --- a/static/stylesheets/live.css +++ b/static/stylesheets/live.css @@ -4,6 +4,7 @@ body{ .live-header { background-color: rgba(0, 0, 0, 0.4); + -webkit-backdrop-filter: saturate(150%) blur(20px); } .live-header-content { @@ -31,6 +32,7 @@ body{ width: calc(100vw - 100px); background-color: rgba(0, 0, 0, 0.4); + -webkit-backdrop-filter: saturate(150%) blur(20px); margin: 50px auto 50px auto; border-radius: 20px; padding: 20px 5px;