TheFrogGod commited on
Commit
2e082d5
·
verified ·
1 Parent(s): e0dbea4

Update web/style.css

Browse files
Files changed (1) hide show
  1. web/style.css +10 -1
web/style.css CHANGED
@@ -585,4 +585,13 @@ 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
+ /* Centers the measurement title above the bar */
590
+ .measurement-title {
591
+ display: block;
592
+ text-align: center;
593
+ margin-bottom: 0.25rem; /* space between label and bar */
594
+ font-weight: 600;
595
+ font-size: 0.85rem; /* adjust as needed */
596
+ color: #111827; /* dark for readability */
597
+ }