Skip to content

Commit 0251277

Browse files
committed
updated UI
1 parent a015c5d commit 0251277

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

style.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ input:focus {
5252
margin-top: 30px;
5353
}
5454

55+
#search:hover {
56+
background-color: #dcdcdc;
57+
transition: all 0.3s;
58+
}
59+
5560
#img {
5661
height: 75px;
5762
}
@@ -64,7 +69,7 @@ input:focus {
6469
}
6570

6671
#btn:hover {
67-
background-color: #bdbdbd;
72+
background-color: #dcdcdc;
6873
text-align: center;
6974
}
7075

@@ -77,7 +82,7 @@ input:focus {
7782
}
7883

7984
#btn1:hover {
80-
background-color: #bdbdbd;
85+
background-color: #dcdcdc;
8186
text-align: center;
8287
}
8388

@@ -199,7 +204,7 @@ button:hover {
199204
}
200205

201206
#favorite-btn:hover {
202-
background-color: #bdbdbd;
207+
background-color: #dcdcdc;
203208
}
204209

205210
#favorite-btn:hover::after {

0 commit comments

Comments
 (0)