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 {