Skip to content

Commit b1618b4

Browse files
committed
Changing the color
1 parent b643a72 commit b1618b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ body {
44
margin: 0;
55
padding: 0;
66
line-height: 1.6;
7-
color: #eef6fc; /* Light blue text */
8-
background: linear-gradient(to bottom, #2b6da8, #1b4e7e); /* Darker blue gradient */
7+
color: #001729; /* Light blue text */
8+
background: linear-gradient(to bottom, #b8deff, #7bafdf); /* Darker blue gradient */
99
}
1010

1111
/* Header */
1212
header {
13-
background: #17456a; /* Deep navy blue */
13+
background: #133653; /* Deep navy blue */
1414
color: #eef6fc;
1515
padding: 15px 20px;
1616
position: sticky;
@@ -41,7 +41,7 @@ nav ul li a {
4141
}
4242

4343
nav ul li a:hover {
44-
background: #1b4e7e; /* Slightly darker blue */
44+
background: #133653; /* Slightly darker blue */
4545
transform: scale(1.05);
4646
}
4747

@@ -71,7 +71,7 @@ h1, h2 {
7171
.gallery img {
7272
width: 100%;
7373
border-radius: 5px;
74-
border: 2px solid #1b4e7e; /* Dark blue border */
74+
border: 2px solid #112c42; /* Dark blue border */
7575
transition: transform 0.3s ease, box-shadow 0.3s ease;
7676
cursor: pointer;
7777
}
@@ -85,7 +85,7 @@ h1, h2 {
8585
footer {
8686
text-align: center;
8787
padding: 15px 0;
88-
background: #17456a; /* Deep navy blue */
88+
background: #366c99; /* Deep navy blue */
8989
color: #eef6fc;
9090
}
9191

0 commit comments

Comments
 (0)