From b73eec196a24d8374b4aecc0298b3ac1f76a58b6 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Wed, 21 Aug 2024 03:13:01 -0400 Subject: [PATCH] Change background color and thicken button outlines --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 1c941fb..77fd941 100644 --- a/styles.css +++ b/styles.css @@ -15,7 +15,7 @@ body { margin: 0; overflow-x: hidden; height: 100vh; /* Ensure body height fits within viewport */ - background: #1B1F59; + background: #20256e; color: white; position: relative; /* Relative positioning for footer */ } @@ -55,7 +55,7 @@ header img { display: flex; align-items: center; background-color: white; - border: 0.2em solid #101419; + border: 0.35em solid #101419; overflow: hidden; cursor: pointer; position: relative;