Skip to content

Commit 03dd0c2

Browse files
committed
update button background colour
1 parent 62005c6 commit 03dd0c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Form-Controls/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ input, select {
3434

3535
form button {
3636
text-transform: uppercase;
37-
background-color: var(--clr-bg-accent2);
37+
background-color: var(--clr-bg-dark1);
3838
color: var(--clr-font-base);
3939
font-weight: 500;
4040
margin-top: 1rem;
@@ -51,12 +51,12 @@ form button {
5151
}
5252

5353
form button:hover {
54-
background-color: var(--clr-bg-accent3);
54+
background-color: var(--clr-bg-accent1);
5555
}
5656

5757
form {
5858
display: grid;
59-
min-width: 350px;
59+
min-width: 0px;
6060
gap: 1rem;
6161
background-color: var(--clr-bg-base);
6262
padding: 2rem;

0 commit comments

Comments
 (0)