aboutsummaryrefslogtreecommitdiff
path: root/tor-metrics/templates/skeleton.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-16 02:17:26 -0700
committerJordan <me@jordan.im>2020-09-16 02:17:26 -0700
commit49011d7240eef38d55d803c150cfdfdd1dc2ee11 (patch)
tree6bc9bd356972dc14f73185c2711435a1a19ffda9 /tor-metrics/templates/skeleton.html
parent83ee11ebae9d0900ab98bd6583396ce0ff5f8b40 (diff)
downloadallium-49011d7240eef38d55d803c150cfdfdd1dc2ee11.tar.gz
allium-49011d7240eef38d55d803c150cfdfdd1dc2ee11.zip
smaller, relay-prefixed running column, related to #1
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>