Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
890 stars 354 forks source link

Craftfully: Fix custom heading background style. #7751

Closed alaczek closed 5 months ago

alaczek commented 5 months ago

Move custom CSS from the theme.json to style.css and apply color variables, so that it works better with color variations.

While working on style variations I notice the gradient heading background isn't updating. Screenshot 2567-04-18 at 11 37 25

In this PR I'm switching to theme variables instead of RGB values so that color changes will be applied to the gradient as well.