Skip to content

Commit b56466b

Browse files
changed the contrasting foreground and nackground color for the buttom
1 parent 4efc9b0 commit b56466b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Form-Controls/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ small {
3838
button {
3939
padding: 0.75rem 1.5rem;
4040
font-size: 1rem;
41-
background-color: #007BFF;
41+
background-color: #030321;
4242
color: white;
4343
border: none;
4444
cursor: pointer;
4545
}
4646

4747
button:hover {
48-
background-color: #0056b3;
48+
background-color: #010110;
49+
color:#de2222;
4950
}
5051

5152
header, footer {

0 commit comments

Comments
 (0)