Skip to content

Commit 4e61ce9

Browse files
committed
fix style
1 parent 71a750b commit 4e61ce9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/styles/Home.module.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
border-radius: 8px;
5454
color: #444;
5555
outline: none;
56+
}
5657

57-
transition:border .3s &:focus {
58-
border-color: #778;
59-
box-shadow: 0 0 1px #556;
60-
color: #444;
61-
}
58+
transition:border .3s input:focus {
59+
border-color: #778;
60+
box-shadow: 0 0 1px #556;
61+
color: #444;
6262
}
6363
}
6464

0 commit comments

Comments
 (0)