Add style for Bar Title

#55
Files changed (1) hide show
  1. web/style.css +8 -0
web/style.css CHANGED
@@ -585,4 +585,12 @@ display: flex;
585
 
586
  .text-green-700 {
587
  color: #4f46e5; /* your new tropical-indigo hover color */
 
 
 
 
 
 
 
 
588
  }
 
585
 
586
  .text-green-700 {
587
  color: #4f46e5; /* your new tropical-indigo hover color */
588
+ }
589
+ .measurement-title {
590
+ display: block;
591
+ text-align: center;
592
+ margin-bottom: 0.25rem; /* space between label and bar */
593
+ font-weight: 600;
594
+ font-size: 0.85rem; /* adjust as needed */
595
+ color: --tropical-indigo; /* dark for readability */
596
  }