From 9ff1768ff2a746a4c363824aa7a2aa774da1ed3c Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Thu, 21 Nov 2024 21:18:44 +0100 Subject: [PATCH] fix: Improvements --- templates/base.html.njk | 10 ++++++++-- templates/index.html.njk | 29 +++++++++++++++++++++-------- 2 files changed, 29 insertions(+), 10 deletions(-) diff --git a/templates/base.html.njk b/templates/base.html.njk index 35eff80..fa72e1c 100644 --- a/templates/base.html.njk +++ b/templates/base.html.njk @@ -57,6 +57,12 @@ .socials img:hover { filter: invert(1); } + + #hint { + margin: 1.4em auto 0 auto; + text-align: center; + opacity: 0.6; + } {% block header %}{% endblock %} @@ -72,11 +78,11 @@ GitHub - GitHub + Twitter / X - No logs are stored. I have no idea, that you were here. + No logs are stored. I have no idea that you were here. {% block scripts %} {% endblock %} diff --git a/templates/index.html.njk b/templates/index.html.njk index 1d32b5a..0ed991b 100644 --- a/templates/index.html.njk +++ b/templates/index.html.njk @@ -31,6 +31,16 @@ color: #5c6370; } + code a { + text-decoration: none; + text-underline-offset: .15em; + color: unset; + } + + code a:hover { + text-decoration: underline dotted 1px #aaa; + } + .copy { cursor: pointer; border: none; @@ -60,6 +70,9 @@ {% block main %}

Am I Open

+ + A small, terminal-friendly utility for checking port and your IP address. +

Your IP address: {{ip}}