Просмотр исходного кода

Fix/raw (#7423)

* Removed unused template

* Added missing image asset for home template

* Removed unused color

* Tightened up 404 pattern layout (elimiated empty space)

* Removed unnecessary color assignments (foreground set to foreground, background set to background)

* Converted 'primary' colors (not supplied by theme) to use 'foreground' instead
Jason Crist 1 год назад
Родитель
Сommit
abc514dcad

BIN
raw/assets/images/hero_27464864669_4798a10454_o.jpg


+ 2 - 4
raw/patterns/404.php

@@ -8,9 +8,7 @@
 ?>
 
 <!-- wp:heading {"textAlign":"left","level":1,"align":"wide","style":{"typography":{"fontSize":"6rem"},"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"className":"has-text-align-center"} -->
-<h1 class="wp-block-heading alignwide has-text-align-left has-text-align-center" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:6rem">
-<?php echo  esc_html__( 'This page could not be found.'); ?>
-</h1>
+<h1 class="wp-block-heading alignwide has-text-align-left has-text-align-center" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;font-size:6rem"><?php echo esc_html__( 'This page could not be found.'); ?></h1>
 <!-- /wp:heading -->
 
 <!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
@@ -21,7 +19,7 @@
 <div class="wp-block-group alignwide"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
 <div class="wp-block-group alignwide"><!-- wp:paragraph -->
 <p>
-<?php echo  esc_html__( 'Please try a new search.'); ?>
+<?php echo esc_html__( 'Please try a new search.'); ?>
 </p>
 <!-- /wp:paragraph -->
 </div>

+ 5 - 5
raw/patterns/home.php

@@ -12,14 +12,14 @@
 <div class="wp-block-group alignwide" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"3.3%","left":"3.3%"},"margin":{"top":"0px","bottom":"0px"}}}} -->
 <div class="wp-block-columns alignwide" style="margin-top:0px;margin-bottom:0px"><!-- wp:column {"verticalAlignment":"top","width":"66.6%"} -->
 <div class="wp-block-column is-vertically-aligned-top" style="flex-basis:66.6%"><!-- wp:cover {"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/hero_27464864669_4798a10454_o.jpg","id":375,"isRepeated":true,"dimRatio":0,"focalPoint":{"x":0.5,"y":0.9},"minHeight":40,"minHeightUnit":"rem","contentPosition":"bottom left","isDark":false,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"},"color":{"duotone":["#111111","#f7f8f2"]}},"layout":{"type":"constrained"}} -->
-<div class="wp-block-cover is-light is-repeated has-custom-content-position is-position-bottom-left" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;min-height:40rem"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div role="img" class="wp-block-cover__image-background wp-image-375 is-repeated" style="background-position:50% 90%;background-image:url(<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/hero_27464864669_4798a10454_o.jpg)"></div><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px","padding":{"top":"0.5rem","right":"0.5rem","bottom":"0rem","left":"0rem"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background","layout":{"type":"default"}} -->
-<div class="wp-block-group has-background-color has-primary-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:heading {"level":1,"style":{"typography":{"fontSize":"4rem","lineHeight":1}}} -->
+<div class="wp-block-cover is-light is-repeated has-custom-content-position is-position-bottom-left" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;min-height:40rem"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div role="img" class="wp-block-cover__image-background wp-image-375 is-repeated" style="background-position:50% 90%;background-image:url(<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/hero_27464864669_4798a10454_o.jpg)"></div><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px","padding":{"top":"0.5rem","right":"0.5rem","bottom":"0rem","left":"0rem"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"foreground","textColor":"background","layout":{"type":"default"}} -->
+<div class="wp-block-group has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:heading {"level":1,"style":{"typography":{"fontSize":"4rem","lineHeight":1}}} -->
 <h1 class="wp-block-heading" style="font-size:4rem;line-height:1"><?php echo esc_html__( 'Strength' ); ?></h1>
 <!-- /wp:heading --></div>
 <!-- /wp:group -->
 
-<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px","padding":{"top":"0rem","right":"0.5rem","bottom":"0rem","left":"0rem"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"primary","textColor":"background","layout":{"type":"default"}} -->
-<div class="wp-block-group has-background-color has-primary-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:0rem;padding-right:0.5rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:heading {"level":1,"style":{"typography":{"fontSize":"4rem","lineHeight":1}}} -->
+<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px","padding":{"top":"0rem","right":"0.5rem","bottom":"0rem","left":"0rem"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"backgroundColor":"foreground","textColor":"background","layout":{"type":"default"}} -->
+<div class="wp-block-group has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:0rem;padding-right:0.5rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:heading {"level":1,"style":{"typography":{"fontSize":"4rem","lineHeight":1}}} -->
 <h1 class="wp-block-heading" style="font-size:4rem;line-height:1"><?php echo esc_html__( 'In simplicity' ); ?></h1>
 <!-- /wp:heading --></div>
 <!-- /wp:group --></div></div>
@@ -131,7 +131,7 @@
 <!-- wp:columns {"align":"wide"} -->
 <div class="wp-block-columns alignwide"><!-- wp:column -->
 <div class="wp-block-column"><!-- wp:paragraph {"fontSize":"medium"} -->
-<p class="has-medium-font-size"><?php echo esc_html__( "Brutalism in Architecture express the essential qualities of a building’s materials and structure in an honest and direct way.<br>Architectural style emerged in mid-20s, based in raw and unadorned use of concrete."); ?></p>
+<p class="has-medium-font-size"><?php echo esc_html__( "Brutalism in Architecture express the essential qualities of a building’s materials and structure in an honest and direct way. Architectural style emerged in mid-20s, based in raw and unadorned use of concrete."); ?></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:paragraph {"fontSize":"medium"} -->

+ 2 - 2
raw/patterns/query-cover.php

@@ -9,8 +9,8 @@
 <!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":true},"layout":{"type":"default"}} -->
 <div class="wp-block-query"><!-- wp:post-template {"layout":{"type":"grid","columnCount":3}} -->
 <!-- wp:cover {"useFeaturedImage":true,"dimRatio":0,"focalPoint":{"x":0.75,"y":0.25},"minHeight":400,"contentPosition":"bottom left","isDark":false,"style":{"color":{"duotone":["#111111","#f7f8f2"]},"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0px","margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
-<div class="wp-block-cover is-light has-custom-content-position is-position-bottom-left" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;min-height:400px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0.5rem","padding":{"top":"1.5rem","right":"1.5rem","bottom":"0rem","left":"0rem"},"margin":{"top":"0px","bottom":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"backgroundColor":"background","textColor":"primary","layout":{"type":"constrained"}} -->
-<div class="wp-block-group alignfull has-primary-color has-background-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:1.5rem;padding-right:1.5rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:post-title {"isLink":true,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} /-->
+<div class="wp-block-cover is-light has-custom-content-position is-position-bottom-left" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;min-height:400px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0.5rem","padding":{"top":"1.5rem","right":"1.5rem","bottom":"0rem","left":"0rem"},"margin":{"top":"0px","bottom":"0px"}},"elements":{"link":{"color":{"text":"var:preset|color|foreground"}}}},"backgroundColor":"background","textColor":"foreground","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull has-foreground-color has-background-background-color has-text-color has-background has-link-color" style="margin-top:0px;margin-bottom:0px;padding-top:1.5rem;padding-right:1.5rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:post-title {"isLink":true,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} /-->
 
 <!-- wp:post-date {"style":{"typography":{"textTransform":"none","fontStyle":"normal","fontWeight":"400","lineHeight":1}},"fontSize":"small"} /--></div>
 <!-- /wp:group --></div></div>

+ 1 - 1
raw/patterns/sidebar.php

@@ -71,7 +71,7 @@
 
 <!-- wp:jetpack/field-consent {"requiredText":"(required)","inputColor":"#f7f8f2","labelColor":"#f7f8f2","fieldBackgroundColor":"#111111","borderColor":"#f7f8f2","consentType":"explicit"} /-->
 
-<!-- wp:jetpack/button {"element":"button","text":"Subscribe","textColor":"primary","backgroundColor":"background","width":"100%","lock":{"remove":true},"fontSize":"small","style":{"typography":{"textTransform":"uppercase"}}} /--></div>
+<!-- wp:jetpack/button {"element":"button","text":"Subscribe","textColor":"foreground","backgroundColor":"background","width":"100%","lock":{"remove":true},"fontSize":"small","style":{"typography":{"textTransform":"uppercase"}}} /--></div>
 <!-- /wp:jetpack/contact-form --></div>
 <!-- /wp:group --></div>
 <!-- /wp:group -->

+ 0 - 5
raw/styles/clay.json

@@ -17,11 +17,6 @@
 					"color": "#707070",
 					"name": "Secondary",
 					"slug": "secondary"
-				},
-				{
-					"color": "#f7f8f2cc",
-					"name": "Tertiary",
-					"slug": "tertiary"
 				}
 			]
 		}

+ 1 - 1
raw/templates/404.html

@@ -19,7 +19,7 @@
 
 <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0px","margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
 <div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">
-<!-- wp:search {"showLabel":false,"placeholder":"Search...","width":95,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"1px","top":{"style":"none","width":"0px"},"right":{"style":"none","width":"0px"},"bottom":{"style":"none","width":"0px"},"left":{"style":"none","width":"0px"}}},"backgroundColor":"tertiary","textColor":"primary"} /-->
+<!-- wp:search {"showLabel":false,"placeholder":"Search...","width":95,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"1px","top":{"style":"none","width":"0px"},"right":{"style":"none","width":"0px"},"bottom":{"style":"none","width":"0px"},"left":{"style":"none","width":"0px"}}}} /-->
 </div>
 <!-- /wp:group -->
 

+ 1 - 1
raw/templates/archive.html

@@ -7,7 +7,7 @@
 <div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
 <!-- /wp:spacer -->
 
-<!-- wp:query-title {"type":"archive","align":"wide","style":{"typography":{"fontSize":"4rem"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}},"backgroundColor":"primary","textColor":"background"} /--></div>
+<!-- wp:query-title {"type":"archive","align":"wide","style":{"typography":{"fontSize":"4rem"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}},"backgroundColor":"foreground","textColor":"background"} /--></div>
 <!-- /wp:group --></div>
 <!-- /wp:group -->
 

+ 0 - 45
raw/templates/page-blog.html

@@ -1,45 +0,0 @@
-<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
-
-<!-- wp:group {"style":{"border":{"color":null,"style":null,"width":null,"top":{"width":"1px","style":"solid"},"right":[],"bottom":[],"left":[]},"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
-<div class="wp-block-group" style="border-top-style:solid;border-top-width:1px;margin-top:0px;margin-bottom:0px"><!-- wp:group {"align":"full","layout":{"type":"constrained"}} -->
-<div class="wp-block-group alignfull"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
-<div class="wp-block-group alignwide"><!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
-<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
-<!-- /wp:spacer -->
-
-<!-- wp:post-title {"level":1,"align":"wide","style":{"typography":{"fontSize":"4rem"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}},"backgroundColor":"primary","textColor":"background"} /--></div>
-<!-- /wp:group --></div>
-<!-- /wp:group -->
-
-<!-- wp:group {"tagName":"main","lock":{"move":false,"remove":false},"align":"wide"} -->
-<main class="wp-block-group alignwide"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
-<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
-<!-- /wp:spacer -->
-
-<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"3.3%","left":"3.3%"},"margin":{"top":"0px","bottom":"0px"}},"border":{"color":null,"style":null,"width":null,"top":{"width":"1px","style":"solid"},"right":[],"bottom":[],"left":[]}}} -->
-<div class="wp-block-columns" style="border-top-style:solid;border-top-width:1px;margin-top:0px;margin-bottom:0px"><!-- wp:column {"width":"72.6%"} -->
-<div class="wp-block-column" style="flex-basis:72.6%"><!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
-<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
-<!-- /wp:spacer -->
-
-<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"padding":{"top":"2rem","bottom":"2rem"}}},"layout":{"type":"default"}} -->
-<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:2rem;padding-bottom:2rem"><!-- wp:post-content {"lock":{"move":false,"remove":false},"align":"wide","layout":{"type":"default"},"fontSize":"medium"} /--></div>
-<!-- /wp:group -->
-
-<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
-<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
-<!-- /wp:spacer --></div>
-<!-- /wp:column -->
-
-<!-- wp:column {"width":"25%","style":{"border":{"color":null,"style":null,"width":null,"top":[],"right":[],"bottom":[],"left":{"width":"1px","style":"solid"}}}} -->
-<div class="wp-block-column" style="border-left-style:solid;border-left-width:1px;flex-basis:25%"><!-- wp:template-part {"slug":"sidebar"} /--></div>
-<!-- /wp:column --></div>
-<!-- /wp:columns -->
-
-<!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
-<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
-<!-- /wp:spacer --></main>
-<!-- /wp:group --></div>
-<!-- /wp:group -->
-
-<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 1 - 1
raw/templates/page.html

@@ -7,7 +7,7 @@
 <div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
 <!-- /wp:spacer -->
 
-<!-- wp:post-title {"level":1,"align":"wide","style":{"typography":{"fontSize":"4rem"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}},"backgroundColor":"primary","textColor":"background"} /--></div>
+<!-- wp:post-title {"level":1,"align":"wide","style":{"typography":{"fontSize":"4rem"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}}} /--></div>
 <!-- /wp:group --></div>
 <!-- /wp:group -->
 

+ 1 - 1
raw/templates/search.html

@@ -7,7 +7,7 @@
 <!-- /wp:spacer -->
 
 <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"blockGap":"0px","margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
-<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:search {"showLabel":false,"placeholder":"Search...","width":95,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"1px","top":{"style":"none","width":"0px"},"right":{"style":"none","width":"0px"},"bottom":{"style":"none","width":"0px"},"left":{"style":"none","width":"0px"}}},"backgroundColor":"tertiary","textColor":"primary"} /--></div>
+<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:search {"showLabel":false,"placeholder":"Search...","width":95,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true,"style":{"border":{"radius":"1px","top":{"style":"none","width":"0px"},"right":{"style":"none","width":"0px"},"bottom":{"style":"none","width":"0px"},"left":{"style":"none","width":"0px"}}}} /--></div>
 <!-- /wp:group --></div>
 <!-- /wp:group -->
 

+ 1 - 1
raw/templates/single.html

@@ -7,7 +7,7 @@
 <div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
 <!-- /wp:spacer -->
 
-<!-- wp:post-title {"level":1,"align":"wide","style":{"typography":{"fontSize":"4rem"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}},"backgroundColor":"primary","textColor":"background"} /-->
+<!-- wp:post-title {"level":1,"align":"wide","style":{"typography":{"fontSize":"4rem"},"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}}} /-->
 
 <!-- wp:spacer {"height":"1rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
 <div style="margin-top:0px;margin-bottom:0px;height:1rem" aria-hidden="true" class="wp-block-spacer"></div>

+ 0 - 5
raw/theme.json

@@ -17,11 +17,6 @@
 					"color": "#707070",
 					"name": "Secondary",
 					"slug": "secondary"
-				},
-				{
-					"color": "#f7f8f2cc",
-					"name": "Tertiary",
-					"slug": "tertiary"
 				}
 			],
 			"text": true