vineelagampa TheFrogGod commited on
Commit
1c61e4d
·
verified ·
1 Parent(s): caf9618

Add style for Bar Title (#55)

Browse files

- Add style for Bar Title (936c2b11f0f9a7e5167e9eadcb3a9a9a36e58433)


Co-authored-by: Aanya Choudhary <TheFrogGod@users.noreply.huggingface.co>

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
  }