]> git.bitcoin.ninja Git - satsto.me/commitdiff
Add a tiny-print class for the github link
authorMatt Corallo <git@bluematt.me>
Mon, 15 Jul 2024 14:30:53 +0000 (14:30 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 15 Jul 2024 14:30:53 +0000 (14:30 +0000)
index.html

index 002341318132d7eae994969221e76c069869e901..b11eeaa1ca4b79cd08ccdaeb9a64b18e961722e7 100644 (file)
                                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 {
                        <p class="small-print">Note that most BIP 353 names rely on <a href="https://bolt12.org">BOLT 12</a> or <a href="https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki">Silent Payments</a> and as both are relatively new, wallet support isn't yet universal.</p>
                        <p class="small-print">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!</p>
                        <p class="small-print">Trust someone else to host a name for you? Check out <a href="https://twelve.cash">twelve.cash</a></p>
-                       <p class="small-print">Make this site beautiful by <a href="https://github.com/TheBlueMatt/satsto.me">editing it on Github</a></p>
+                       <p class="tiny-print">Make this site beautiful by <a href="https://github.com/TheBlueMatt/satsto.me">editing it on Github</a></p>
                </div>
 
                <!-- dnssec_prover_wasm.js comes from running wasm-pack build --target web` in the `wasmpack` folder in dnssec-prover -->