summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index d701151..2662fc7 100644
--- a/style.css
+++ b/style.css
@@ -209,11 +209,11 @@ h2 {
209} 209}
210 210
211.button-green:hover { 211.button-green:hover {
212 background-color: #c2ca63; 212 background-color: #96E65C;
213} 213}
214 214
215.button-red:hover { 215.button-red:hover {
216 background-color: #E646D3; 216 background-color: #FF1E00;
217} 217}
218 218
219.button-small:hover { 219.button-small:hover {