Skip to content

Commit f1ef868

Browse files
authored
chore: added hover and focus to default button
1 parent b254ccf commit f1ef868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style.css

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ img.center {
8888
margin: -2px auto;
8989
cursor: pointer;
9090
}
91+
.button:hover, .button:focus { background: #1687e0; }
9192
.stronglyAgree { background: #1b5e20; }
9293
.stronglyAgree:hover, .stronglyAgree:focus { background: #154a19; }
9394
.agree { background: #4caf50; }

0 commit comments

Comments
 (0)