diff --git a/style.css b/style.css index eaf6eba..36c978c 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,7 @@ body { height: 100%; margin: 0; padding: 0; + border: 1px solid transparent; } .panel { @@ -22,7 +23,6 @@ body { outline: none; color: #000000; background-color: #9e79c0; - border: none; border-radius: 15px; box-shadow: 0 9px 9px 9px #55335c; }