/* Restore chosen swatch colours hidden by blanket OLED background overrides. No layout or component styling. */
body .axis-color-preview,body .profile-color-preview,body [data-axis-color-preview],body .spot-depth-color-preview,body [data-spot-depth-color-preview] {
 background-color:var(--axis-color-preview,var(--profile-color-preview,var(--spot-depth-preview-color,#ffd700)))!important;
 background-image:none!important;
}
