Skip to content

Commit 3bdb7dd

Browse files
committed
color corrections
1 parent 8bd20f0 commit 3bdb7dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Form-Controls/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
header {
2-
background-color: #49bb93;
2+
background-color: #24362e;
33
color: white;
44
text-align: center;
55
padding: 20px;
@@ -67,7 +67,7 @@ select {
6767
}
6868
input[type="submit"] {
6969
width: 100%;
70-
background-color: #49bb93;
70+
background-color: #24362e;
7171
color: white;
7272
border: none;
7373
padding: 12px;
@@ -77,12 +77,12 @@ input[type="submit"] {
7777
}
7878

7979
input[type="submit"]:hover {
80-
background-color: #49bb93;
80+
background-color: #24362e;
8181
}
8282
footer {
8383
text-align: center;
84-
background-color: #49bb93;
84+
background-color: #24362e;
8585
color: white;
8686
padding: 15px;
8787
margin-top: 20px;
88-
}
88+
}

0 commit comments

Comments
 (0)