Skip to content

Commit 4366055

Browse files
committed
Fix colors
1 parent da36e90 commit 4366055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77

88
/* Header styles */
99
header {
10-
background-color: #333;
10+
background-color: #8df35e;
1111
color: #fff;
1212
padding: 10px;
1313
}
@@ -58,7 +58,7 @@ body {
5858

5959
.btn {
6060
display: inline-block;
61-
background-color: #333;
61+
background-color: #8df35e;
6262
color: #fff;
6363
padding: 10px 20px;
6464
border-radius: 5px;

0 commit comments

Comments
 (0)