Skip to content

Commit 0a363b1

Browse files
committed
Change section bg color
1 parent b1618b4 commit 0a363b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ section {
5050
padding: 40px 20px;
5151
margin: 20px auto;
5252
max-width: 900px;
53-
background: #3a86c8; /* Medium blue */
53+
background: #414141; /* Medium blue */
5454
border-radius: 10px;
5555
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
5656
color: #eef6fc; /* Text in sections stays light blue */

0 commit comments

Comments
 (0)