diff --git a/index.html b/index.html index 1183acc..fdca09c 100644 --- a/index.html +++ b/index.html @@ -66,24 +66,35 @@ /* .district:hover ~ .districtText { visibility: visible; }*/ + + + .loading-indicator { + display: none; + } + .htmx-request.loading-indicator /* While request is being made */ { + display: inline; + }