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"; }