de03e38a3c
Vue scoped styles append [data-v-xxx] to child selectors, so `:global(html.dark) .foo` compiled to `.foo[data-v-xxx]` which never matched. Wrapping the full rule in :global() prevents Vue from adding the scope attribute. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>