Skip to content

Commit c537d98

Browse files
authored
chore(app): Add better input selectors for styling
1 parent 045c4ea commit c537d98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css/app.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ input,
3434
button {
3535
outline: 0;
3636
}
37-
input {
37+
input[type=text],
38+
input[type=email],
39+
input[type=number] {
3840
border: none;
3941
background: #fff;
4042
font-size: 13px;

0 commit comments

Comments
 (0)