From f6b7672d769cfb07fe28730e26a7c9907096255e Mon Sep 17 00:00:00 2001 From: Paul Bailey Date: Wed, 30 Aug 2023 10:23:51 -0500 Subject: [PATCH] change bg percent --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index f94651b..0677615 100644 --- a/content/_index.md +++ b/content/_index.md @@ -19,7 +19,7 @@ menu: .banner { - background-color: rgba(255, 255, 255, 0.7); + background-color: rgba(255, 255, 255, 0.5); width: 100%; height: 100%; position: absolute;