* Move button styles from CSS to theme.json
* Move comments button styles to theme.json
* Move footer gap styles to theme.json
* Disable wp-block-styles
* Tweak footer column gap size
* Enable wp-block-styles again
* Add search and file button CSS back
* Fix merge conflicts
* Move uppercase to core/button
* Remove duplicate button element settings
* Move text transform back to button element
* Reduce vertical gap in footer nav
* Fix normal font size ref
* Remove more CSS
* Fix indentation
* Second attempt at fixing indentation
* Archeo: Remove text decoration from post titles
* Add patch for title text-decoration
And tidied up some comments
* Fix text-decoration on hover
* Fix spacing
* Exclude buttons from link hover styles
* Apply text-decoration styles to all post title blocks
* Fix navigation text-decoration rule
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Add wp-image- class to Layered images with headline
* Add wp-image- class to Image with description
* Add wp-image- class to Layout with two images and text
* Revert "Add wp-image- class to Layout with two images and text"
This reverts commit 8627c3f2c5.
* Revert "Add wp-image- class to Image with description"
This reverts commit 6ced73754c.
* Revert "Add wp-image- class to Layered images with headline"
This reverts commit 7616eb3b89.
* Fix invalid block error
* Add CSS patch for responsive images
* Remove ID attribute from Image with description
* Archeo: Add pattern 6
* add translation
* update text alignment and add background color
* Apply padding to columns that are alignfull and have a background.
* Try fixing block validation error
* Target columns with background in the editor for alignment styles.
* remove alignment rule
Co-authored-by: Jeff Ong <jonger4@gmail.com>
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* First pass at single template.
* Replace medium with outer.
* Add post comments button styling.
* Do not stack separators on mobile.
* Use a cover block for the post title
* Use outer spacing variable to pad the cover.
* Use baked value instead of variable.
* Use columns instead.
Co-authored-by: Ben Dwyer <ben@scruffian.com>