Compare commits
	
		
			3 Commits
		
	
	
		
			f1765884df
			...
			85cb7cd2ef
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 85cb7cd2ef | |||
| 4bc74a06e3 | |||
| 7df10f3d2b | 
@ -1,4 +1,5 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Title: Landing Page
 | 
					 * Title: Landing Page
 | 
				
			||||||
 * Slug: cmt/home
 | 
					 * Slug: cmt/home
 | 
				
			||||||
 | 
				
			|||||||
@ -38,4 +38,9 @@ Version: 0.1
 | 
				
			|||||||
    padding-inline: 1em;
 | 
					    padding-inline: 1em;
 | 
				
			||||||
    font-weight: 300;
 | 
					    font-weight: 300;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  .wp-block-navigation__responsive-container-close svg {
 | 
				
			||||||
 | 
					    padding: 1em;
 | 
				
			||||||
 | 
					    width: 32px;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -16,6 +16,11 @@
 | 
				
			|||||||
          "name": "Secondary",
 | 
					          "name": "Secondary",
 | 
				
			||||||
          "slug": "secondary"
 | 
					          "slug": "secondary"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					          "color": "#5A0D0D",
 | 
				
			||||||
 | 
					          "name": "Secondary darker",
 | 
				
			||||||
 | 
					          "slug": "secondary-darker"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          "color": "#333333",
 | 
					          "color": "#333333",
 | 
				
			||||||
          "name": "Body text",
 | 
					          "name": "Body text",
 | 
				
			||||||
@ -113,7 +118,8 @@
 | 
				
			|||||||
        "color": {
 | 
					        "color": {
 | 
				
			||||||
          "background": "var(--wp--preset--color--secondary)",
 | 
					          "background": "var(--wp--preset--color--secondary)",
 | 
				
			||||||
          "text": "var(--wp--preset--color--white)"
 | 
					          "text": "var(--wp--preset--color--white)"
 | 
				
			||||||
        }
 | 
					        },
 | 
				
			||||||
 | 
					        "css": "&:hover { background-color: var(--wp--preset--color--secondary-darker) }\n &:focus { background-color: var(--wp--preset--color--secondary-darker) }\n &:active { background-color: var(--wp--preset--color--secondary-darker) }"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "typography": {
 | 
					    "typography": {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user