diff --git a/meshview/templates/net.html b/meshview/templates/net.html index 46524e4..669bb97 100644 --- a/meshview/templates/net.html +++ b/meshview/templates/net.html @@ -25,6 +25,7 @@ #weekly-message { margin: 15px 0; font-weight: bold; color: #ffeb3b; } #total-count { margin-bottom: 10px; font-style: italic; color: #ccc; } +#net-note { margin: 16px 0 0; font-size: 0.9rem; color: #aaa; } {% endblock %} {% block body %} @@ -50,6 +51,10 @@