* 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>
* Archeo: Add navigation styles
* Fix left alignment, remove site tagline and image.
* Fix top spacing.
* Fix close button position.
* Add custom CSS for navigation links in the overlay
Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
* Add archeo
* Add color and font settings
* update the footer
* Add footer file
* footer fixes
* make sizes responsive
* Add package.json to handle theme.css
* Add functions.php
* Adjust footer to be closer to mocks
* Add index.html
* Add theme.scss & add numbers to header nav
* Update package-lock
* Make menu with numbers into a template part
* Remove theme sass
* Remove Template: blockbase
* Add index.php file
* Remove Blockbase class name
* Update functions.php & add font file
functions.php file is based on Livro
* Update theme.json fonts and layout
* Rename header template
* Rename parts and templates directories
* Update theme.json
* Update readme
* Add styles to style.css
* Update header template
* Adjust header font sizes
* Add dynamic spacing
* Update nav in footer
* Remove inline style from site title
* Update layout settings against mocks
* Add typography styles
* Change Chivo fallback to sans-serif
* Add template parts
* Add basic templates
* Add button styles
* Fix style.css formatting
* Fix default line height var
Co-authored-by: Ben Dwyer <ben@scruffian.com>