generated from nathanwoodburn/python-webserver-template
feat: Add link for payout txs
This commit is contained in:
@@ -277,6 +277,16 @@ th {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.txid-link {
|
||||
color: var(--accent);
|
||||
text-decoration: none;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
.txid-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media (min-width: 920px) {
|
||||
.panel.split {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
Reference in New Issue
Block a user