From 02dd891dbde6a3c38dfb16c96e3db4316aa656c7 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife Date: Tue, 13 Apr 2021 07:32:13 +0100 Subject: [PATCH] Update style.css --- src/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style.css b/src/style.css index aaca282..6c37459 100644 --- a/src/style.css +++ b/src/style.css @@ -41,6 +41,11 @@ button background-color: #ec5020; } +button:hover +{ + background-color: #fa6d42; +} + #reset { height: 50px;