Skip to content

Commit

Permalink
add all
Browse files Browse the repository at this point in the history
  • Loading branch information
parikhitritgithub committed Jun 8, 2024
1 parent 3d91360 commit 48584ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@ body.dark-mode {
}

.dark-mode .navbar {
background-color: #333;
/* background-color: #333; */
color: #fff;
}

Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@
transition: ease-in-out;
}

.dark-mode .header.scrolled {
background-color: #232222; /* Change to a darker color when scrolled */
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for better visibility */
}

/* pankaj bind */
#cookie-consent {
position: fixed;
Expand Down Expand Up @@ -272,7 +277,7 @@

/* Navbar styling when scrolled */
.header.scrolled {
background-color: #222; /* Change to a darker color when scrolled */
background-color: #efefef; /* Change to a darker color when scrolled */
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for better visibility */
}

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"mongoose": "^8.3.5",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.1",
"validator": "^13.12.0"
"validator": "^13.12.0",
"zod": "^3.23.8"
}
}

0 comments on commit 48584ad

Please sign in to comment.