From 45926eff94d388fb8e0ebc2d7752e71d74587bc2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 22 May 2023 16:45:20 +0200 Subject: [PATCH] style: darker header bg --- assets/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index 9c43c38..8694837 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -47,7 +47,7 @@ body { } header.site-header { - background: rgba(141, 191, 66, 0.97) !important; + background-color: #80ae3c !important; width: 100%; }