We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32657b4 commit 9a83202Copy full SHA for 9a83202
style.css
@@ -88,6 +88,17 @@ img.center {
88
margin: -2px auto;
89
cursor: pointer;
90
}
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
+
102
.small_button, .small_button_off {
103
background-color: #333;
104
font-family: 'Montserrat', sans-serif;
0 commit comments