Files
familiarosatheme/tailwind/tailwind-editor-extra.css
2025-03-06 15:19:05 +00:00

24 lines
719 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* Additional styles applied only to the WordPress editor
*
* It is sometimes necessary to add additional styles for the WordPress block
* editor, generally to improve the editor experience. For example, you may
* want to tweak the appearance of the title area to better match your sites
* front end, or you may need to change the appearance of a block to better
* distinguish between its fields while editing.
*
* Those styles should be added in this file, and they will be added only to
* the block editor.
*/
/**
* This allows you to use classes from both the default Tailwind theme and
* your custom theme.
*/
@reference "./tailwind-theme.css";
.entry-header,
.entry-content {
@apply px-8;
}