From 9df066161002b57f8832a143e34d2235226397d8 Mon Sep 17 00:00:00 2001 From: Joseph Hutchinson Date: Tue, 27 Mar 2018 15:34:24 -0400 Subject: [PATCH] Header tweaks --- static/css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 7cc929d..c33226b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -20,13 +20,12 @@ 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); + box-shadow: 0 0 0.35em 0 rgba(0, 0, 0, 0.07); } .nav-header { margin: 0 0; + font-family: 'LatoLatinWebHeavyItalic'; } .post { line-height: 1.5;