From 791c3f1ee473ddf9746d2a0c6795a8998cd31ca6 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 15 Jul 2024 14:30:53 +0000 Subject: [PATCH] Add a tiny-print class for the github link --- index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0023413..b11eeaa 100644 --- a/index.html +++ b/index.html @@ -120,8 +120,15 @@ font-family: mono; font-size-adjust: 0.5; } - .small-print { + .small-print, .tiny-print { color: white; + } + .tiny-print { + opacity: 0.6; + font-size: 10pt; + font-style: italic; + } + .small-print { font-size: 11pt; } .result { @@ -202,7 +209,7 @@

Note that most BIP 353 names rely on BOLT 12 or Silent Payments and as both are relatively new, wallet support isn't yet universal.

While you're absolutely trusting this site to not provide you with backdoored code, names are fully validated locally on your machine using DNSSEC. Thus, no matter what server you use to resolve the name, the worst they can do is log who you're paying or tell you they're not payable. They can never give you the wrong address!

Trust someone else to host a name for you? Check out twelve.cash

-

Make this site beautiful by editing it on Github

+

Make this site beautiful by editing it on Github

-- 2.39.5