Signet network color.

This commit is contained in:
softsimon
2021-02-21 01:45:52 +07:00
parent bc8fd92ee6
commit bd6df3a94d
5 changed files with 14 additions and 2 deletions

View File

@@ -94,6 +94,10 @@ body {
background-color: #1d486f !important;
}
.navbar-nav.signet > .active {
background-color: #6f1d5d !important;
}
.form-control {
color: #495057;
}
@@ -425,6 +429,10 @@ h1, h2, h3 {
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #1d486f 0%, #183550 100%);
}
.progress-mempool.signet {
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #6f1d5d 0%, #471850 100%);
}
.progress-mempool.liquid {
background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #116761 0%, #183550 100%);
}