From f1706f27f240cf9cd99a75d774636a5e6d784ffa Mon Sep 17 00:00:00 2001 From: Joseph Hutchinson Date: Tue, 27 Mar 2018 22:38:29 -0400 Subject: [PATCH] Header updates --- static/css/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 7cc929d..c414da4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -20,10 +20,9 @@ strong { width: 100%; padding: 0.45em 0; text-align: center; - background-color: rgba(255, 255, 255, 0.98); - backdrop-filter: blur(1.5em); - -webkit-backdrop-filter: blur(1.5em); - box-shadow: 0 0 0.3em 0 rgba(0, 0, 0, 0.05); + background-color: rgba(255, 255, 255, 0.97); + -webkit-backdrop-filter: blur(0.5em); + box-shadow: 0 0.25em 0.55em 0 rgba(0, 0, 0, 0.1), 0 0 0.1em 0 rgba(0, 0, 0, 0.05); } .nav-header { margin: 0 0; @@ -91,11 +90,11 @@ img { text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transition: transform 0.3s, box-shadow 0.3s; - box-shadow: 0 0.3em 0.6em 0 rgba(0, 0, 0, 0.1), 0 0 0.2em 0 rgba(0, 0, 0, 0.05); + box-shadow: 0 0.2em 0.5em 0 rgba(0, 0, 0, 0.1), 0 0 0.1em 0 rgba(0, 0, 0, 0.05); } .card-link-wrapper-active { transform: scale(0.95); - box-shadow: 0 0.20em 0.5em 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 0.15em 0.5em 0 rgba(0, 0, 0, 0.15); } .card { padding: 1em;