From 09a4d48b6bb93a4fd7096622dc246f2dccb6f181 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 13 Aug 2016 00:30:03 +0200 Subject: let hover colors stay true to their base --- style.css | 4 ++-- 1 file 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 { } .button-green:hover { - background-color: #c2ca63; + background-color: #96E65C; } .button-red:hover { - background-color: #E646D3; + background-color: #FF1E00; } .button-small:hover { -- cgit v1.2.3