mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
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:
parent
0ab96cb7c1
commit
b253e5aa7c
@ -218,7 +218,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.datum-label {
|
.datum-label {
|
||||||
color: #ffffff; /* White color */
|
color: cyan; /* cyan color */
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
Loading…
Reference in New Issue
Block a user