From e6b6cb436219f4771f876a13bd83b71c93fd8c3b Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 20 Aug 2020 16:38:34 +0200 Subject: [PATCH] Improve onion URL in footer --- static/styles.css | 2 ++ views/template.base.pug | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index c8bcbfa..5f0b80e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -68,6 +68,8 @@ footer { color: #777; margin: 64px 0; padding: 0 32px; + font-size: 0.9em; + overflow-wrap: break-word; } footer a { color: #777; diff --git a/views/template.base.pug b/views/template.base.pug index 689f48a..68ba9f4 100644 --- a/views/template.base.pug +++ b/views/template.base.pug @@ -22,7 +22,7 @@ main.container footer if settings.onion_url p - | This website is available via Tor : + | This website is available via Tor: a(href=`${settings.onion_url}`) #{settings.onion_url} p | Keyoxide