diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html
index e908d5b24..b34b39c8c 100644
--- a/frontend/src/app/components/block/block.component.html
+++ b/frontend/src/app/components/block/block.component.html
@@ -59,7 +59,7 @@
|
- Health |
+ Health |
|
- Adjusted vsize |
+ Adjusted vsize
+
+
+
+ |
|
@@ -321,7 +325,11 @@
|
- Sigops |
+ Sigops
+
+
+
+ |
|
diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss
index be8cec328..8a4fe3c9a 100644
--- a/frontend/src/styles.scss
+++ b/frontend/src/styles.scss
@@ -1191,3 +1191,7 @@ app-global-footer {
line-height: 0.5;
border-radius: 0.2rem;
}
+
+.info-link fa-icon {
+ color: rgba(255, 255, 255, 0.4);
+}