From 7ac27ed0173652de55af19e94cadbb41e05cdaef Mon Sep 17 00:00:00 2001 From: Saltine <156854448+saltytine@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:43:16 -0700 Subject: [PATCH] Update style.css --- blog/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/style.css b/blog/style.css index e63d7d6..11d3fe0 100644 --- a/blog/style.css +++ b/blog/style.css @@ -112,6 +112,7 @@ body { /* Blog Header Styles */ .blog-header { + background: linear-gradient(to bottom, #11031c 94%, #050009); background-color: #050009; padding: 5em 0; text-align: center;