Hi Martin, Sending this to you since you seem to be the only author of gnunet-gns-registrar.
I saw on https://fcfs.gnunet.org/ that there was invisible text, so I made a quick patch to make it readable (attached). Have a nice day! Noé
From 2759a60b2b25946e1981d44ad59961e22f769a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Lopez?= <noelo...@free.fr> Date: Mon, 18 Aug 2025 15:58:46 +0200 Subject: [PATCH] Fix white on white text on landing page In the bootstrap theme used (Zephyr), the text-secondary is fully white for some reason, we remove it to get normal text color. Another option would be to use text-body-secondary, but it seemed like it still had low contrast on the grey background. --- web/templates/landing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/landing.html b/web/templates/landing.html index f3913b2..c700be3 100644 --- a/web/templates/landing.html +++ b/web/templates/landing.html @@ -13,7 +13,7 @@ {{ template "nav.html" . }} <div class="container pt-5"> <h1 class="text-center mb-5"> - <span class="text-center fs-5 text-secondary">Zone:<br/> <span style="display: inline-block; overflow-x: auto; border: 1px solid #ddd; border-radius: 5px; padding: 0.5em; background-color: #eee; width: 75%; white-space: nowrap; font-size: 0.75em">.{{.suffixHint}} = {{.zoneKey}}</span></span> + <span class="text-center fs-5">Zone:<br/> <span style="display: inline-block; overflow-x: auto; border: 1px solid #ddd; border-radius: 5px; padding: 0.5em; background-color: #eee; width: 75%; white-space: nowrap; font-size: 0.75em">.{{.suffixHint}} = {{.zoneKey}}</span></span> </h1> {{if .error}} <div class="container pt-5"> -- 2.50.1
signature.asc
Description: PGP signature