From 59c13f97e8870bb9ce7dc69cffc2e2ea0ecd0d03 Mon Sep 17 00:00:00 2001 From: Peart-Guy Date: Wed, 9 Oct 2024 23:05:47 +0530 Subject: [PATCH] UI enhance --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 1cc1a4d3..9b8e1c36 100644 --- a/style.css +++ b/style.css @@ -285,13 +285,13 @@ nav { .locations-head h2 { padding: 1rem 0rem; - text-decoration: underline; + text-decoration: none; text-decoration-thickness: 0.5rem; } .locations-head h3 { padding: 4rem 0rem; - background: linear-gradient(#090f15, #42231e); + background: linear-gradient(#1d71c4, #f9f9f9); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; @@ -459,7 +459,7 @@ h2 { font-size: 2.5em; font-weight: 700; margin: 10px 0; /* Margin adjustment */ - color: #333; /* Heading color */ + color: #ffffff; /* Heading color */ } p {