From 4d0f0ff0d0628984ac2ee813569d237c130b330c Mon Sep 17 00:00:00 2001 From: Joseph Hutchinson Date: Tue, 27 Mar 2018 15:39:32 -0400 Subject: [PATCH] apply blur to header --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index c33226b..8c5b839 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -21,6 +21,7 @@ strong { padding: 0.45em 0; text-align: center; background-color: rgba(255, 255, 255, 0.97); + -webkit-backdrop-filter: blur(0.5em); box-shadow: 0 0 0.35em 0 rgba(0, 0, 0, 0.07); } .nav-header {