From 794427f3b3137e3d8beded065d36ad7eded3d808 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Fri, 16 Feb 2024 17:20:30 +0000 Subject: [PATCH] Updated styles to work --- hectabitstyles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hectabitstyles.css b/hectabitstyles.css index 0553bf2..7f9e4a6 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -133,6 +133,10 @@ button { margin-left: auto; } +button:hover { + background-color: rgb(40, 150, 179); +} + button:hover { text-decoration: underline; }