Network based block progressbar colors.

This commit is contained in:
softsimon
2020-05-10 21:50:32 +07:00
parent 4d53e897b4
commit ba3aba918a
5 changed files with 14 additions and 10 deletions

View File

@@ -375,3 +375,15 @@ h1, h2, h3 {
.header-bg {
font-size: 14px;
}
.progress-mempool {
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #105fb0 0%, #9339f4 100%);
}
.progress-mempool.testnet {
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #1d486f 0%, #183550 100%);
}
.progress-mempool.liquid {
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #116761 0%, #183550 100%);
}