From 00f2bfdf4a7fed034c9855e0c29660a34ae9f08d Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 4 Mar 2024 19:41:56 +0000 Subject: [PATCH] Button shadow --- hectabitstyles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/hectabitstyles.css b/hectabitstyles.css index ac3e1f7..2d2a219 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -30,6 +30,7 @@ a { display: inline-block; text-decoration: none; transition: all 0.3s ease; + box-shadow: var(--shadow) 5px 5px 5px; } .clickbutton:hover {