mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 20:09:53 +01:00
Pre-WordPress 6.6, the `body` selector was used for styles associated with the body. In 6.6, this was mistakenly changed to `:root :where(body)`, an increase in specificity, causing some issues for themes. This change reverts the specificity increase, styles again use the `body` selector. Syncs PHP changes from https://github.com/WordPress/gutenberg/pull/63726. Props talldanwp, andrewserong, aaronrobertshaw, mukesh27, hellofromtonya. Fixes #61704. git-svn-id: https://develop.svn.wordpress.org/trunk@58856 602fd350-edb4-49c9-b593-d223f7449a82