From 33edddb8b0783036b0b0236e05a0ec0c79a23d4c Mon Sep 17 00:00:00 2001 From: TIMOTHY ANDES Date: Mon, 26 Aug 2024 13:21:05 -0600 Subject: [PATCH] update css header bg color #fa4ef0, add border to sub --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5d1462b..b01e725 100644 --- a/style.css +++ b/style.css @@ -38,7 +38,7 @@ h2 { .header { text-align: center; - background-color: #333; + background-color: #fa4ef0; color: #fff; padding: 20px; } @@ -50,7 +50,7 @@ h2 { margin-bottom: 20px; display: flex; justify-content: space-evenly; - background-color: #eee; + border-bottom: solid 1px #eee; } /* Mobile Breakpoint for Contact List */