* Add more accessible hover/focus styles to text links, site logo, site titles.
* More accessible hover states for post meta.
* More accessible pagination hover states
* More accessible hover states for the primary menu.
* More accessible footer hover states.
* Fix more link colors.
* Correct multi-line underlines in the main nav.
* Scope focus styles to the site.
* Implement keyboard navigation trapping in menu modal.
* Change taborder of menu buttons.
* Cleanup focus selector.
* Fix keyboard nav within modal.
* Refactor primary menu logic to enable correct tab order.
* Refactor to work with multiple navs.
* Fix empty cart bug.
* Fix package name, missed escapes, and variable prefixing.
* Remove accidental commit of experimental link color commenting out.
* Remove a line to trigger a diff.
* Remove second translation function.
* Rename menu variable.
* Update theme URI.
* Prefix global message variable.
* Remove entry-content > selector.
* Alignright and alignleft responsive selectors need to be children of entry-content.
* Reorganize block alignments style.
* Add comments and compile rtl.
* Remove unnecessary block alignment selectors from Seedlet and Seedlet blocks.
* Alignleft and alignright classes should have the default width.
* Fix alignleft alignright.
* Add back rule to ensure alignfull takes up entire full width.
* Fix gallery wide alignment.
* Add support for custom link color.
* Update seedlet/assets/sass/base/_editor.scss
Co-authored-by: Jeff Ong <jeff.ong@automattic.com>
* Use --global--color--primary as a fallback rule.
* Update seedlet/assets/sass/abstracts/_config.scss
Co-authored-by: Jeff Ong <jeff.ong@automattic.com>
* Remove extra code comment.
* Enforce the custom link color even on blocks that have a color background.
Co-authored-by: Jeff Ong <jeff.ong@automattic.com>