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;