You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The site background-color is used on the pages and post editor, the text-color is not.
This will lead to issue when using a dark back-ground colour for your site.
Expected behaviour is that the selected text-color is also used on the page and post editors.
Step-by-step reproduction instructions
Change the background colour of your site via the Customize. Choose a dark background-color (#0E1726) and a lighther text-color: (#EE9726)
Go to a page and you can hardly read the text, because it is black on a dark background.
To fix it, I changed the CSS files in wp-content\themes\neve\assets\css
gutenberg-editor-style.css
gutenberg-editor-style.min.css
Added color: var(--nv-text-color) to .editor-styles-wrapper, .editor-styles-wrapper > *
I'm not a developer, but hope that this is a good way to fix this.
Screenshots, screen recording, code snippet or Help Scout ticket
This is the result without is the change in the CSS-files
Description
The site background-color is used on the pages and post editor, the text-color is not.
This will lead to issue when using a dark back-ground colour for your site.
Expected behaviour is that the selected text-color is also used on the page and post editors.
Step-by-step reproduction instructions
Change the background colour of your site via the Customize. Choose a dark background-color (#0E1726) and a lighther text-color: (#EE9726)
Go to a page and you can hardly read the text, because it is black on a dark background.
To fix it, I changed the CSS files in wp-content\themes\neve\assets\css
Added
color: var(--nv-text-color)
to.editor-styles-wrapper, .editor-styles-wrapper > *
I'm not a developer, but hope that this is a good way to fix this.
Screenshots, screen recording, code snippet or Help Scout ticket
This is the result without is the change in the CSS-files
Environment info
https://pastebin.com/riStkfWN
Is the issue you are reporting a regression
No
The text was updated successfully, but these errors were encountered: