Re: [PATCH gnunet-gns-registrar] Fix white text on white background
NoƩ Lopez via Mailinglist for GNUnet developers <[email protected]> Mon, 18 Aug 2025 16:08:51 +0200
| Newsgroups | gmane.network.gnunet.devel |
|---|---|
| Message-ID | <[email protected]> |
--==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain It seems I missed another use of text-secondary on name.html. Here is an extra patch. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-Fix-white-on-white-text-in-name-page.patch Content-Transfer-Encoding: quoted-printable From=207458eaccf10800f978cfdd79ce32d6782fe3118d Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?No=3DC3=3DA9=3D20Lopez?=3D <[email protected]> Date: Mon, 18 Aug 2025 16:07:45 +0200 Subject: [PATCH] Fix white on white text in name page =2D-- web/templates/name.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/name.html b/web/templates/name.html index 3da8444..8d6dfff 100644 =2D-- a/web/templates/name.html +++ b/web/templates/name.html @@ -61,7 +61,7 @@ </div> </div> {{else}} {{if eq .remainingDays 0}} =2D <h1 class=3D"mb-5"><i class=3D"text-primary">{{.label}}</i> is <= span class=3D"text-secondary">reserved</span>!</h1>=20 + <h1 class=3D"mb-5"><i class=3D"text-primary">{{.label}}</i> is <sp= an class=3D"text-body-secondary">reserved</span>!</h1>=20 {{else}} <h1 class=3D"mb-5"><i class=3D"text-primary">{{.label}}</i> is <sp= an class=3D"text-danger">taken</span>!</h1>=20 {{end}} =2D-=20 2.50.1 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQHGBAEBCAAwFiEEXVTPJVeyOOiNwYCiLSIyQQq3QEMFAmijM/MSHG5vZUB4bi0t bm8tY2phLmV1AAoJEC0iMkEKt0BDuDQL/R82VXH8mjQaEsTqQikQa//9jcgiqdtD MlI2sOw7uy2ivzr2DqfJLhBNFc6AuBAYs0ABfv/qr3mWaxy1dln61txQdg9WmkIN 6NnWIisWd6Ss9ZCcoBeJpheOj9ROdCR/3ZoCRunrsMn5f2jrJAgj5TY2PA07E9N+ V8J5OdPfvudraWO7pDAUTxtwyPyUPZ6dL9huVXO+uSdnYYTjOPTjMfhkqwdlMpLi PO1vfXTRFjrsKVnNZjnfnQQ5yAo58htITJM9XcN3UpNJwlIlKsS1tVZ78aukNc+D h4Ts6lclbXZzcS91xYkmB4idqKqfyCoNswK84Nu526MbUWEZFu6cex3//x46DTmU AvwrLK+X7kL3bL3uw2XYRYkfboXDXDqEyWatkuq7snP29DcB+eBWu8t67fW2tyqX Jx/IyzLF09kpBwLwy0w6/yYfElwLXoTtKQIQIPeTM4m98vZGa4wwoZQ/QYTwwC03 pSj6uejG0YttK0M8hqJX/mLquxHbMxbCoA== =AoLC -----END PGP SIGNATURE----- --==-=-=--