Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c69e0c5

Browse files
committed
button shadow
1 parent aefd0d6 commit c69e0c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/reset.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,7 @@ button {
515515
}
516516

517517
button:hover {
518-
background-color: #2D68F4;
519-
color: #fff !important;
518+
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
520519
}
521520

522521
button:focus {

0 commit comments

Comments
 (0)