Hi @Jonas,
You can achieve this by creating a global class/adding to your stylesheet:
- targeting the .cc-loading-skeleton
- Adding the following Custom CSS:
.globalclass {
–base-color: #434343;
–highlight-color: #3a3a3a;
}
Please let me know if this helps!