-
Notifications
You must be signed in to change notification settings - Fork 360
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
Zoologist: Correct color classes for foreground and secondary #8595
Conversation
Preview changesI've detected changes to the following themes in this PR: Zoologist.
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. |
Theme-Check resultszoologist: There are required changes on the theme ❌.❎ REQUIRED
💡 RECOMMENDED (1)
|
"foreground": "var(--wp--preset--color--primary)", | ||
"foreground": "var(--wp--preset--color--foreground)", | ||
"background": "var(--wp--preset--color--background)", | ||
"primary": "var(--wp--preset--color--primary)", | ||
"secondary": "var(--wp--preset--color--primary)", | ||
"secondary": "var(--wp--preset--color--secondary)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think quadrat and geologist needs the same change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like there are a few of these - i'll go through and create some PRs to fix the ones I see.
This reverts commit 03ca487.
Fixes #5787.