diff options
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |