Skip to content

Commit a763f87

Browse files
committed
changing the background color to blusish
1 parent 9178903 commit a763f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/animated-search-bar/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body {
44
justify-content: center;
55
height: 100vh;
66
align-items: center;
7-
background-color: aliceblue;
7+
background-color: rgb(133, 194, 248);
88
}
99

1010
.search-bar-container {

0 commit comments

Comments
 (0)