Back to Cherry Studio

Migrated v1 custom CSS is disabled in v2

v2-refactor-temp/docs/breaking-changes/2026-07-24-migrated-v1-custom-css-disabled.md

2.0.0695 B
Original Source

What changed

Migrated v1 custom CSS remains in the Custom CSS editor but is prefixed with a versioned marker and is no longer applied automatically in v2.

Why this matters to the user

Users upgrading with custom CSS will initially see the standard v2 appearance. This prevents selectors written for the v1 interface from unexpectedly breaking the redesigned v2 interface.

What the user should do

Open Settings → Appearance, adapt the stylesheet for the v2 interface, then remove the first-line marker to enable it.

Notes for release manager

The marker is migration metadata. Custom CSS injection skips the entire stylesheet in every standard window while the marker remains.