Skip to content

Commit 7007cec

Browse files
authored
Merge pull request #308 from sparksuite/fix-overriding-button-styles
Fix mistakenly overriding button styles
2 parents f7dc806 + fef6143 commit 7007cec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

website/src/pages/styles.module.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,13 @@
3636
width: 200px;
3737
}
3838

39-
.getStarted {
39+
.getStarted,
40+
.getStarted:hover {
4041
border: none;
4142
background: #fff;
4243
color: #000;
4344
}
45+
46+
.getStarted:hover {
47+
filter: brightness(90%);
48+
}

0 commit comments

Comments
 (0)