From 30a9cb92827869d648a09d7961e92fafc5197b0e Mon Sep 17 00:00:00 2001 From: Gen Date: Wed, 6 Mar 2024 14:14:23 -0800 Subject: [PATCH] peach dividers --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index fe222cd..7aa58c0 100644 --- a/style.css +++ b/style.css @@ -103,8 +103,8 @@ footer { hr { height: 2px; width: 80%; - background-color: #949cbb; + background-color: #ef9f76; border: none; margin: 1.5rem auto; - box-shadow: 0 0 5px 0px #949cbb; + box-shadow: 0 0 5px 0px #ef9f76; }