Skip to content

Commit ea6e803

Browse files
Update style.css
1 parent dcf62e3 commit ea6e803

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: style.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
}
99

1010
body {
11-
background-color: #001f3d; /* Midnight Blue */
12-
color: rgb(255, 255, 255);
13-
}
11+
background: linear-gradient(135deg, #0a3d0a, #001a00); /* Dark Green to Black Gradient */
12+
color: rgb(255, 255, 255); /* White text for contrast */
1413
}
1514
html {
1615
scroll-behavior: smooth;

0 commit comments

Comments
 (0)