Only display 0-1sat/vB on Liquid.

This commit is contained in:
softsimon
2020-03-28 19:24:13 +07:00
parent 2f83da7ce9
commit 24c23f1ee8
4 changed files with 25 additions and 4 deletions

View File

@@ -129,7 +129,6 @@ body {
margin-bottom: 0;
}
.close {
color: #fff;
}
@@ -162,7 +161,6 @@ body {
/* Chartist */
$ct-series-names: (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z);
$ct-series-colors: (
#b71c1c,
#D81B60,
#8E24AA,
#5E35B1,
@@ -262,6 +260,7 @@ $ct-series-colors: (
height: 12px;
position: absolute;
left: 0;
bottom: 3px;
content: '';
border: 3px solid transparent;
border-radius: 2px;