Skip to content

Commit 638d35b

Browse files
committed
Changed body color
1 parent f55d610 commit 638d35b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body {
55
padding: 0;
66
line-height: 1.6;
77
color: #001729; /* Light blue text */
8-
background: linear-gradient(to bottom, #b8deff, #7bafdf); /* Darker blue gradient */
8+
background: linear-gradient(to bottom, #b8deff, #519de4, #136cc0);
99
}
1010

1111
/* Header */
@@ -126,7 +126,6 @@ footer {
126126
transform: scale(1.05);
127127
}
128128

129-
130129
.wrapper {
131130
max-width: 800px;
132131
margin: 40px auto;

0 commit comments

Comments
 (0)