Update .datum-label color to white

Changed the color of the `.datum-label` class from orange (`#ff9d00`) to white (`#ffffff`) for improved visibility.
This commit is contained in:
DJObleezy 2025-04-22 22:33:19 -07:00
parent 65d4deba5e
commit c7e2f0f4a9

View File

@ -225,7 +225,7 @@
}
.datum-label {
color: #ff9d00; /* Orange color */
color: #ffffff; /* White color */
font-size: 0.85em;
font-weight: bold;
text-transform: uppercase;