Skip to content

Commit c841904

Browse files
authored
Update index.html
1 parent 91c5c0c commit c841904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
background-color: #f4f4f4;
2121
}
2222
header {
23-
background-color: #2c3e50;
23+
background-color: #333333;
2424
color: #ecf0f1;
2525
padding: 1rem;
2626
text-align: center;
@@ -46,7 +46,7 @@
4646
}
4747
.cta-button {
4848
display: inline-block;
49-
background-color: #3498db;
49+
background-color: #333333;
5050
color: white;
5151
padding: 10px 20px;
5252
text-decoration: none;
@@ -60,7 +60,7 @@
6060
text-align: center;
6161
margin-top: 2rem;
6262
padding: 1rem;
63-
background-color: #2c3e50;
63+
background-color: #333333;
6464
color: #ecf0f1;
6565
}
6666
@media (max-width: 768px) {

0 commit comments

Comments
 (0)