File size: 287 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
@import "variables";
:root,
.color-scheme.is-jetpack {
@include jetpack-theme-for-odyssey-stats;
}
// Stats Dashboard
.stats-main.color-scheme,
// Stats popups including date range picker and tooltips etc.
.popover.color-scheme {
--wp-components-color-accent: var(--color-accent);
}
|