From 0ba4706b7c299f217b99b6b2786626b5874e8224 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Tue, 13 Feb 2024 17:35:39 +0000 Subject: [PATCH] Fixed clickbuttons not matching sidebar buttons --- hectabitstyles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hectabitstyles.css b/hectabitstyles.css index 2480162..443e6ae 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -27,10 +27,13 @@ a { min-width: 50px; max-width: 100px; display: inline-block; + text-decoration: none; + transition: all 0.3s ease; } .clickbutton:hover { background-color: rgb(40, 150, 179); + text-decoration: underline; } .spacer {