From 29392ced93a754250ea4a2dd4620632b4b1081b7 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 7 Sep 2016 17:32:19 +0100 Subject: [PATCH] Add tor icon to header --- assets/style.css | 4 ++++ views/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index f2613fe..4e8a25c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -52,6 +52,10 @@ header .title { padding: 1em 0; } +.icon-tor { + color: #b24592; +} + h1 { margin: 0; } diff --git a/views/index.html b/views/index.html index 41f4f24..f7cdb04 100644 --- a/views/index.html +++ b/views/index.html @@ -9,7 +9,7 @@