Skip to content

Commit 9171f0e

Browse files
committed
change color
1 parent 37f812a commit 9171f0e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Form-Controls/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
header {
2-
background-color: #1f4e79;
2+
background-color: #17d0ba75;
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: #1f4e79;
70+
background-color: #17d0ba75;
7171
color: white;
7272
border: none;
7373
padding: 12px;
@@ -77,11 +77,11 @@ input[type="submit"] {
7777
}
7878

7979
input[type="submit"]:hover {
80-
background-color: #163b5c;
80+
background-color: #17d0ba75;
8181
}
8282
footer {
8383
text-align: center;
84-
background-color: #1f4e79;
84+
background-color:#17d0ba75;
8585
color: white;
8686
padding: 15px;
8787
margin-top: 20px;

0 commit comments

Comments
 (0)