diff --git a/crates/httpd/templates/layout.html.tera b/crates/httpd/templates/layout.html.tera index b9ce939..eddbb9c 100644 --- a/crates/httpd/templates/layout.html.tera +++ b/crates/httpd/templates/layout.html.tera @@ -35,6 +35,7 @@ h2 { font-size: 14px; + margin-bottom: 8px; } h3 { @@ -86,6 +87,14 @@ overflow: hidden; position: relative; } + + footer ul li.offline::marker { + color: var(--color-error) + } + + footer ul li.online::marker { + color: var(--color-success) + }
@@ -96,7 +105,10 @@ @@ -104,15 +116,14 @@ {% block content %}{% endblock content %}