jr: show balances in popup window (might work?)

This commit is contained in:
2024-03-20 01:09:55 -06:00
parent 46263f7c86
commit 89a11bfe48
2 changed files with 90 additions and 3 deletions
+13 -1
View File
@@ -36,7 +36,19 @@
.account-inactive {
background: var(--b4);
color: var(--g4);
color: var(--b7);
}
.balance-found {
color: var(--g5);
}
.balance-not-found {
color: var(--b7);
}
a {
color: var(--g5);
}
</style>
</head>