diff options
| author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-13 00:30:03 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-13 00:30:03 +0200 |
| commit | 09a4d48b6bb93a4fd7096622dc246f2dccb6f181 (patch) | |
| tree | 31064270d718ff4477ae884b1c923b850b22028d | |
| parent | 9318e57fa6ef1c8ab77ecbab2fbc8e7b0151c059 (diff) | |
let hover colors stay true to their base
| -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 { |
