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; }