diff --git a/bst.html b/bst.html index 15547dd..0e5d456 100644 --- a/bst.html +++ b/bst.html @@ -46,7 +46,7 @@

Problem type

Max number of levels

- +

Tree type

diff --git a/css/index.css b/css/index.css index 0aca4b3..3143796 100644 --- a/css/index.css +++ b/css/index.css @@ -569,7 +569,7 @@ input:checked + .slider:before { .feedbackspacer { width: 100%; margin-top: -45px; - background-color: var(--bg); + background-color: rgba(0,0,0,0); text-align: center; padding-bottom: 10px; } @@ -581,5 +581,7 @@ input:checked + .slider:before { margin: 0.5%; margin-bottom: 10px; font-size: 150%; + border-top-right-radius: 5px; + border-top-left-radius: 5px; float: left; } \ No newline at end of file diff --git a/exercise.html b/exercise.html index 83853e4..b463005 100644 --- a/exercise.html +++ b/exercise.html @@ -17,6 +17,7 @@
  • Binary Tree Exercises