forked from bitcoinafterlife/bal-welist-website
Compare commits
1 Commits
8a9b1b21d1
...
asinov-pat
| Author | SHA1 | Date | |
|---|---|---|---|
| 70b9531960 |
10
index.html
10
index.html
@@ -140,6 +140,12 @@ tbody tr:hover{background:color-mix(in srgb,var(--accent-soft) 50%,transparent)}
|
||||
.btn:disabled{opacity:.45;cursor:not-allowed;filter:none}
|
||||
.note{font-size:13px;color:var(--muted);margin-top:16px;line-height:1.55}
|
||||
.note strong{color:var(--ink)}
|
||||
.freshness-note{
|
||||
font-size:12px;line-height:1.4;color:var(--muted);
|
||||
background:var(--accent-soft);border:1px solid var(--line);border-radius:8px;
|
||||
padding:7px 12px;margin:0 0 12px;
|
||||
}
|
||||
.freshness-note strong{color:var(--ink)}
|
||||
.btn-share{
|
||||
display:block;margin:0 auto 8px;font:inherit;font-size:13px;cursor:pointer;
|
||||
padding:8px 16px;border-radius:8px;border:1px solid var(--line-strong);
|
||||
@@ -259,6 +265,10 @@ footer a{color:var(--accent);text-decoration:none}
|
||||
<a class="btn-ghost" id="download" href="#" download="willexecutors.json">↓ JSON</a>
|
||||
</div>
|
||||
|
||||
<p class="freshness-note">
|
||||
<strong>Fee/description/version</strong> refresh about once a day (timing varies). <strong>Deposits</strong> are credited instantly after 3 confirmations (~30 min).
|
||||
</p>
|
||||
|
||||
<div class="table-card">
|
||||
<table id="tbl">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user