From 5e25b5a4854f293efddf69d56d40fcefcac1f98d Mon Sep 17 00:00:00 2001 From: DJObleezy <156115770+Djobleezy@users.noreply.github.com> Date: Tue, 25 Mar 2025 08:34:20 -0700 Subject: [PATCH] Update blocks.css --- static/css/blocks.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/blocks.css b/static/css/blocks.css index b769dd5..1453749 100644 --- a/static/css/blocks.css +++ b/static/css/blocks.css @@ -57,6 +57,10 @@ flex-direction: column; } +.stat-item strong { + color: #f7931a; /* Use the Bitcoin orange color for labels */ +} + /* Blocks grid */ .blocks-container { overflow-x: auto;