mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 11:10:44 +02:00
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:
parent
65d4deba5e
commit
c7e2f0f4a9
@ -225,7 +225,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.datum-label {
|
.datum-label {
|
||||||
color: #ff9d00; /* Orange color */
|
color: #ffffff; /* White color */
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
Loading…
Reference in New Issue
Block a user