We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9e0cb commit 288f0c0Copy full SHA for 288f0c0
css/style.css
@@ -124,7 +124,11 @@ body {
124
transform: translateY(-2px) scale(1.05);
125
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
126
}
127
-
+body.dark-mode .navbar{
128
+ background: linear-gradient(90deg, #1f2937, #111827);
129
+ color: var(--text-light);
130
+ box-shadow: 0 4px 6px -1px rgba(255, 255, 255, 0.05);
131
+}
132
body.dark-mode .nav-item {
133
background: linear-gradient(135deg, var(--primary), var(--primary-dark));
134
color: var(--text-light);
0 commit comments