Skip to content

Commit 9a83202

Browse files
authored
chore: added new a11y hovers to buttons
1 parent 32657b4 commit 9a83202

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

style.css

+11
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,17 @@ img.center {
8888
margin: -2px auto;
8989
cursor: pointer;
9090
}
91+
.stronglyAgree { background: #1b5e20; }
92+
.stronglyAgree:hover { background: #154a19; }
93+
.agree { background: #4caf50; }
94+
.agree:hover { background: #29942e; }
95+
.neutral { background: #949494; }
96+
.neutral:hover { background: #656565; }
97+
.disagree { background: #f44336; }
98+
.disagree:hover { background: #d6271a; }
99+
.stronglyDisagree { background: #b71c1c; }
100+
.stronglyDisagree:hover { background: #a00e0e; }
101+
91102
.small_button, .small_button_off {
92103
background-color: #333;
93104
font-family: 'Montserrat', sans-serif;

0 commit comments

Comments
 (0)