Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #506 from WordPress/update/instagram-grid-color
Browse files Browse the repository at this point in the history
Instagram grid: Update the colors of the cover block

Co-authored-by: carolinan <[email protected]>
  • Loading branch information
carolinan and carolinan authored Oct 7, 2024
2 parents 4cdcfdf + 71a04e5 commit 0d8b245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patterns/media-instagram-grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"grid","minimumColumnWidth":"18rem"}} -->
<div class="wp-block-group alignwide">
<!-- wp:cover {"overlayColor":"accent-1","isUserOverlayColor":true,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"}}} -->
<div class="wp-block-cover is-light">
<span aria-hidden="true" class="wp-block-cover__background has-accent-1-background-color has-background-dim-100 has-background-dim"></span>
<!-- wp:cover {"overlayColor":"contrast","isUserOverlayColor":true,"isDark":false,"style":{"dimensions":{"aspectRatio":"1"},"elements":{"link":{"color":{"text":"var:preset|color|base"}}}},"textColor":"base"} -->
<div class="wp-block-cover is-light has-base-color has-text-color has-link-color">
<span aria-hidden="true" class="wp-block-cover__background has-contrast-background-color has-background-dim-100 has-background-dim"></span>
<div class="wp-block-cover__inner-container">
<!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"center","justifyContent":"center"}} -->
<div class="wp-block-group" style="min-height:100%">
Expand Down

0 comments on commit 0d8b245

Please sign in to comment.