Browse Source

publish staging 🔥

windhamdavid 4 months ago
parent
commit
1f764be34b
4 changed files with 4 additions and 12 deletions
  1. 1 1
      functions.php
  2. 0 3
      patterns/footer.php
  3. 0 4
      patterns/query-short.php
  4. 3 4
      style-editor.css

+ 1 - 1
functions.php

@@ -70,7 +70,7 @@ function dwp23_disable_emojis() {
 
 add_theme_support('disable-custom-colors');
 
-add_action( 'enqueue_block_assets', 'gwp24_block_styles', 5 );
+//add_action( 'enqueue_block_assets', 'gwp24_block_styles', 5 );
 function gwp24_block_styles(){
 	wp_enqueue_style('gwp24-css', get_stylesheet_directory_uri() . '/css/site.css');
 }

+ 0 - 3
patterns/footer.php

@@ -36,9 +36,6 @@
 				<!-- wp:spacer {"height":"var:preset|spacing|50"} -->
 				<div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div>
 				<!-- /wp:spacer -->
-				<!-- wp:paragraph -->
-				<p><a href="/press">Press</a> / <a href="/brochure">Brochure</a></p>
-				<!-- /wp:paragraph -->
 			</div>
 			<!-- /wp:column -->
 			

+ 0 - 4
patterns/query-short.php

@@ -15,10 +15,6 @@
 		<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","orientation":"horizontal"}} -->
 		<div class="wp-block-group">
 			<!-- wp:post-title {"level":2,"isLink":true,"style":{"typography":{"fontStyle":"normal","fontSize":"medium","fontWeight":"300"},"elements":{"link":{"color":{"text":"var:preset|color|tirtiary"}}}},"textColor":"tirtiary"} /-->
-			<!-- wp:paragraph -->
-			<span>&nbsp;-&nbsp;</span>
-			<!-- wp:post-date {"format":"m/d/Y"} /-->
-			<!-- /wp:paragraph -->
 		</div>
 		<!-- /wp:group -->
 	<!-- /wp:post-template -->

+ 3 - 4
style-editor.css

@@ -35,9 +35,10 @@ body.wp-admin {
   background-position: center !important;
   background: no-repeat;
   display: block;
-  width: 25px;
-  height: 25px;
+  width: 21px;
+  height: 21px;
   content: '' !important;
+  color:#E9E4DC !important;
 }
 #adminmenu,
 #adminmenuback,
@@ -167,7 +168,6 @@ body.wp-admin {
 ################## Block Editor Styles #####################
 ************************************************************/
 
-@media (prefers-color-scheme: dark) {
   .editor-post-title__block,
   .editor-post-publish-panel,
   .editor-post-publish-panel__header,
@@ -334,7 +334,6 @@ body.wp-admin {
     background-color: #484c57;
     color: rgb(213, 213, 213);
 }
-}
 
 /***********************************************************
 #################### Gravity Forms #########################