diff --git a/static/index.html b/static/index.html index 7ac18da..f5f3dc3 100644 --- a/static/index.html +++ b/static/index.html @@ -89,6 +89,10 @@ background-color: #444; color: white; } + + .hidden { + display: none; + }