Skip to content

Commit 5779910

Browse files
committed
final update
1 parent e3119aa commit 5779910

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

index.html

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@
921921
display: flex;
922922
gap: 8px;
923923
align-items: center;
924-
margin-bottom: 0; /* remove extra spacing */
924+
margin-bottom: 0;
925925
}
926926

927927
.newsletter-input {
@@ -1014,15 +1014,17 @@
10141014
box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
10151015
}
10161016

1017-
.dark-mode .navbar-nav .nav-link.active,
1018-
.dark .navbar-nav .nav-link.active {
1019-
color: #000000 !important;
1020-
background: linear-gradient(135deg,
1021-
#66bb6a 0%,
1022-
#4caf50 100%) !important;
1023-
box-shadow: 0 4px 15px rgba(76, 175, 80, 0.25);
1017+
1018+
.dark-mode .theme-toggle:hover,
1019+
.dark .theme-toggle:hover {
1020+
background: rgba(76, 175, 80, 0.2) !important;
1021+
border-color: #4caf50 !important;
1022+
color: #4caf50 !important;
1023+
transform: scale(1.1) !important;
10241024
}
10251025

1026+
1027+
10261028
.dark-mode .navbar-brand,
10271029
.dark .navbar-brand {
10281030
color: #ffffff !important;
@@ -1063,6 +1065,16 @@
10631065
color: #000000 !important;
10641066
}
10651067

1068+
1069+
.dark-mode .navbar-nav .nav-link.active,
1070+
.dark .navbar-nav .nav-link.active {
1071+
color: #000000 !important;
1072+
background: linear-gradient(135deg,
1073+
#66bb6a 0%,
1074+
#4caf50 100%) !important;
1075+
box-shadow: 0 4px 15px rgba(76, 175, 80, 0.25);
1076+
}
1077+
10661078
.dark-mode .search-button:hover,
10671079
.dark .search-button:hover {
10681080
background: linear-gradient(135deg,
@@ -1082,13 +1094,7 @@
10821094
transition: all 0.3s ease !important;
10831095
}
10841096

1085-
.dark-mode .theme-toggle:hover,
1086-
.dark .theme-toggle:hover {
1087-
background: rgba(76, 175, 80, 0.2) !important;
1088-
border-color: #4caf50 !important;
1089-
color: #4caf50 !important;
1090-
transform: scale(1.1) !important;
1091-
}
1097+
10921098

10931099
/* Mobile Dark Mode Navbar */
10941100
@media screen and (max-width: 991.98px) {

0 commit comments

Comments
 (0)