Compare commits

...
3 Commits
Author SHA1 Message Date
aadil 85cb7cd2ef tweak landing page pattern 2024-04-26 14:06:49 +05:00
aadil 4bc74a06e3 add hover styles to buttons 2024-04-26 14:05:46 +05:00
aadil 7df10f3d2b style mobile menu close button 2024-04-26 11:13:15 +05:00
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
<?php <?php
/** /**
* Title: Landing Page * Title: Landing Page
* Slug: cmt/home * Slug: cmt/home
+5
View File
@@ -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;
}
} }
+7 -1
View File
@@ -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": {