aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/skeleton.html
diff options
context:
space:
mode:
Diffstat (limited to 'tor-metrics/templates/skeleton.html')
-rw-r--r--tor-metrics/templates/skeleton.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/tor-metrics/templates/skeleton.html b/tor-metrics/templates/skeleton.html
index 2f67bb1..239d11d 100644
--- a/tor-metrics/templates/skeleton.html
+++ b/tor-metrics/templates/skeleton.html
@@ -7,6 +7,14 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ path_prefix }}static/css/bootstrap.min.css">
+ <style>
+ .relay-online {
+ color: #25d918;
+ }
+ .relay-offline {
+ color: #ff1515;
+ }
+ </style>
</head>
{% endblock %}
<body>