Increase font size for datum labels in dashboard.css

Updated the font size of the `.datum-label` class from `0.85em` to `0.95em` to enhance readability.
This commit is contained in:
DJObleezy 2025-04-22 22:38:03 -07:00
parent 6d3f873d6b
commit df1678fac7

View File

@ -226,7 +226,7 @@
.datum-label { .datum-label {
color: #ffffff; /* White color */ color: #ffffff; /* White color */
font-size: 0.85em; font-size: 0.95em;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
margin-left: 4px; margin-left: 4px;