From 089e77ab67c2186489c070f7da73ab396e23b579 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 2 Mar 2022 13:07:06 -0800 Subject: [PATCH] revert --- themes/cwtch/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/cwtch/static/css/style.css b/themes/cwtch/static/css/style.css index c00b38a..e333ebb 100644 --- a/themes/cwtch/static/css/style.css +++ b/themes/cwtch/static/css/style.css @@ -12,7 +12,7 @@ body { */ nav { - background-color: #5e4b68; + background-color: #281831; -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); font-family: "Atami Bold"; @@ -80,7 +80,7 @@ h2 { } body { - background-color: #5e4b68; + background-color: #281831; color:#fff; font-family: "OpenSans Regular"; }