Update .datum-label color to cyan

Changed the color of the `.datum-label` class from white (`#ffffff`) to cyan. Updated the corresponding comment to reflect the new color.
This commit is contained in:
DJObleezy 2025-04-26 16:14:29 -07:00
parent 0ab96cb7c1
commit b253e5aa7c

View File

@ -218,7 +218,7 @@
}
.datum-label {
color: #ffffff; /* White color */
color: cyan; /* cyan color */
font-size: 0.95em;
font-weight: bold;
text-transform: uppercase;