* Calyx: Initial commit.
* Calyx: Add image assets.
* Calyx: Update homepage pattern to use included image assets.
* Calyx: Remove unused code.
* Calyx: Update header spacing.
* Calyx: Removing a bunch of templates, as this is meant to be a simple single-page, single-purpose theme.
* Calyx: Add readme.txt file.
* Calyx: Update index template to display full post/page content.
* removed typography styles for buttons
* removed typography styles for buttons
* remove more styles
* kept the mixins, but removed the includes
* remove padding include from button styles
* lint
* Bump min version for Blockbase to 6.1
* rebuild ponyfill after rebase
* Update theme.json schema version
* Update file button hover status
Co-authored-by: MaggieCabrera <maggie.cabrera@automattic.com>
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Added Page template and typo updates
- Page template added, with singular.html removed for the purpose of single.html having post meta, and page to be plain.
- Heading size fixes
* Missing color fix & increased widths
- Assigned the correct color for text
- Wide and content widths are slightly increased for better support for Pattern Assembler
* Fix theme uri
Fixed theme uri was misplaced with previous commit, this one fixes it
* move link pseudo states to theme.json
* Removed navigation underline hover to achieve design parity before the change
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Stewart: Move link color and hover color to theme.json
* move text decoration rules to JSON
* Bump min version for Stewart to 6.1
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Pendant: replacing CSS with theme.json settings for link elements
* Bump min version for Pendant to 6.1
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* move link styles to theme.json
* Remote: Adding the removed text-decoration-thickness property but in theme.json
* Bump min version for Remote to 6.1
Co-authored-by: A8C <a8c@Madhus-MacBook-Pro.local>
Co-authored-by: Matias Benedetto <matias.benedetto@gmail.com>
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Add the load_theme_textdomain function call
* Fix incorrect domain
* Load blockbase translations
* Moved all calls to load_theme_textdomain to be handled by Blockbase (not the children)
* Refactored calls to load_theme_textdomain to not include the default location to simplify the call
* Added load_theme_textdomain call to block canvas
* Removed unrelated videomaker changes
Co-authored-by: Jason Crist <jcrist@pbking.com>