From a74146d5e6a0f9c239a7daada873e4b16730bb1f Mon Sep 17 00:00:00 2001 From: Shariq Date: Wed, 16 Oct 2024 00:55:27 +0530 Subject: [PATCH 01/33] Newsletter Validation Addition, Taost Addition, SignIn and SignUp Toast Addition --- index.html | 62 +++++++++++++++++++++++++++++++++++++++++++++++------- up.html | 42 +++++++++++++++++++++++++++++++++++- 2 files changed, 95 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 7730612..4127ec7 100644 --- a/index.html +++ b/index.html @@ -637,12 +637,11 @@ diff --git a/features.html b/features.html index 1bb9ec8..2232ad4 100644 --- a/features.html +++ b/features.html @@ -51,7 +51,7 @@ /* Change logo color in dark mode */ } - .menu ul { + /* .menu ul { list-style-type: none; padding: 0; display: flex; @@ -60,7 +60,7 @@ .menu a { color: black; - /* Light mode link color */ + Light mode link color border: 2px solid black; border-radius:7px; padding: 3px 7px; @@ -70,32 +70,32 @@ .menu ul li a:hover { background-color: rgb(255, 255, 255); - /* Blue background on hover */ + Blue background on hover color: white; - /* White text on hover */ - } + White text on hover + } */ a:hover { color: blue !important; } - .dark-mode .menu a { + /* .dark-mode .menu a { color: white; - /* Dark mode link color */ + Dark mode link color border: 1px solid lightgrey; - /* Light grey border in dark mode */ - } + Light grey border in dark mode + } */ .dark-mode { background-color: rgba(50, 50, 50, 0.95); /* Slightly gray background with high opacity */ } - .dark-mode .menu a:hover { + /* .dark-mode .menu a:hover { background-color: white; - /* White background on hover in dark mode */ + White background on hover in dark mode color: black; - /* Black text on hover in dark mode */ - } + Black text on hover in dark mode + } */ .light-dark-btn { @@ -196,7 +196,7 @@ /* Change the color of letters in this class to red */ } - .menu ul { + /* .menu ul { list-style-type: none; padding: 0; } @@ -221,7 +221,7 @@ .menu ul li a.active { color: white; background-color: #000; - } + } */ @@ -386,52 +386,6 @@ -