Skip to content

Commit 0eba2d1

Browse files
committed
fixed overriding button styles
1 parent f7dc806 commit 0eba2d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/src/pages/styles.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
width: 200px;
3737
}
3838

39-
.getStarted {
39+
.getStarted,
40+
.getStarted:hover {
4041
border: none;
4142
background: #fff;
4243
color: #000;

0 commit comments

Comments
 (0)