From 9e3e83dad8e6e71a38ef819d53aaf930bf72a80e Mon Sep 17 00:00:00 2001 From: CHENWI Date: Tue, 22 Jul 2025 15:20:09 +0100 Subject: [PATCH] I have added a services nav bar, hope you like it --- assets/css/styles.css | 1 + index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/assets/css/styles.css b/assets/css/styles.css index c83e8125..5982f8ee 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -48,6 +48,7 @@ body { font-family: var(--body-font); font-size: var(--normal-font-size); color: var(--second-color); + background-color: rgb(92, 222, 161); } h1, h2, p { diff --git a/index.html b/index.html index a9d35eca..f3e47bcd 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,7 @@ +