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