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.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tor-metrics/templates/skeleton.html b/tor-metrics/templates/skeleton.html
index 239d11d..bfc2dc9 100644
--- a/tor-metrics/templates/skeleton.html
+++ b/tor-metrics/templates/skeleton.html
@@ -7,6 +7,7 @@
<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">
+ <!--colors from metrics.torproject.org-->
<style>
.relay-online {
color: #25d918;
@@ -14,6 +15,15 @@
.relay-offline {
color: #ff1515;
}
+ .verified-hostname {
+ color: #FE9F30;
+ }
+ .verified-hostname {
+ color: #68b030;
+ }
+ .unverified-hostname {
+ color: #FE9F30;
+ }
</style>
</head>
{% endblock %}