Results 166 comments of Maggie

This is not a bug on the theme, this filter is intended for those variations. The existing bugs are on Gutenberg so that users will be able to disable the...

Most of the text on the editor (title, headings, paragraphs) are showing up white for me. I don't know where the css that applies the color is coming from:

That works fine now, thanks! I went over a few more block and I found similar issues to the ones with Libre 2: Pullquote blocks show left aligned: Image captions...

This will change users' sites who may be happy with the italic version of the block. Can we find a solution that provides italic as default but without overriding the...

> Hi @MaggieCabrera, that makes sense! A possible solution would be to use the emphasis element _, adding the font-face: italic; to it, and in another verse block, the font-face:...

This is a very interesting PR, thank you @aristath I didn't even know that we had the possibility of loading these styles only when needed. About the sass issue and...

Thank you for your contribution, sorry for such a late reply. This needs to be fixed on the sass and then build the CSS with `npm run build`

yeah, probably the best solution is to remove the font size from the button element and apply it directly to the button block then

> When I remove the font size from button elements, only the size of the file block button changes, because the other buttons inherits the medium size from the body....

> It would be great if the core patterns could reference `styles.color.background` / `styles.color.text` as variables. Does anyone know if there's an existing Gutenberg issue or discussion around this? I'm...