Skip to content

Commit 575e5a3

Browse files
changed the boarder attribute value from none to red solid and foreground colour from white to black this correction whas due to error message from lighthouse
1 parent f9815d2 commit 575e5a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
padding: 0.75rem 1.5rem;
4343
font-size: 1rem;
4444
background-color: #007BFF;
45-
color: white;
46-
border: none;
45+
color: black;
46+
border: red solid 1px;
4747
cursor: pointer;
4848
}
4949
button:hover {

0 commit comments

Comments
 (0)