-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move CSS from style.css to theme.json or block stylesheets #8634
base: trunk
Are you sure you want to change the base?
Conversation
Also, all search blocks should be styled the same regardless of whether they're in the sidebar or not.
Preview changesI've detected changes to the following themes in this PR: Course. I will update this comment with the latest preview links as you push more changes to this PR. Note The preview sites are created using WordPress Playground. You can add content, edit settings, and test the themes as you would on a real site, but please note that changes are not saved between sessions. |
Core editor styles override the custom styles if set in `theme.json`.
Changes proposed in this Pull Request:
This PR seeks to clean up
style.css
, putting the CSS intheme.json
where possible or block stylesheets when not possible.