diff --git a/style.css b/style.css index b6056d5..de67568 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,12 @@ td, th{ padding: 5px; } +button{ + padding: 5px; + border-radius: 5px; + border-style: none; +} + .editBtn{ background-color: aqua; }