From f88532012e9c845c855bd20ade1223c0a75d6f26 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 4 Mar 2024 19:30:57 +0000 Subject: [PATCH] Pleasing shadows --- hectabitstyles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hectabitstyles.css b/hectabitstyles.css index 7f9e4a6..4f4d921 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -59,6 +59,7 @@ body { left: 0; height: 100%; overflow-y: auto; + box-shadow: lightgrey 5px 5px 5px; } .closebar { @@ -71,6 +72,8 @@ body { height: 100%; display: flex; flex-direction: column; + padding-right: 8px; + z-index: 2; } h1 { @@ -131,6 +134,7 @@ button { min-width: 28px; transition: all 0.3s ease; margin-left: auto; + box-shadow: lightgrey 5px 5px 5px; } button:hover {