diff --git a/assets/style.css b/assets/style.css index c20faa5..8b7e216 100644 --- a/assets/style.css +++ b/assets/style.css @@ -52,7 +52,7 @@ header .title { padding: 1em 0; } -.icon-tor { +header .title .icon-tor { color: #b24592; } @@ -189,6 +189,18 @@ dd.flag i { opacity: 0.5; } +.overview { + position: relative; +} + +.overview .icon-tor { + position: absolute; + font-size: 10em; + top: 3.6rem; + right: 1rem; + opacity: 0.5; +} + .columns { -moz-columns: 2; columns: 2; diff --git a/views/node.html b/views/node.html index 82f1515..8fd459e 100644 --- a/views/node.html +++ b/views/node.html @@ -17,6 +17,7 @@

Overview

+
{% if node.nickname %}
Nickname