Skip to content

Instantly share code, notes, and snippets.

@elpuas
Created June 22, 2022 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elpuas/5f82e80d15597f6d73394c0249a5d860 to your computer and use it in GitHub Desktop.
Save elpuas/5f82e80d15597f6d73394c0249a5d860 to your computer and use it in GitHub Desktop.
Styles for the FSE Example
.home {
overflow-x: hidden;
}
.home header {
position: absolute;
width: calc(100% - 32px);
padding: 16px;
z-index: 10;
}
.home header + .wp-block-cover {
margin-top: 0;
}
.home h2 a {
text-decoration: none;
}
.home header .wp-block-site-title a {
color: white;
text-decoration: none;
}
.home header nav a span {
color: white;
}
.home header nav button svg {
fill: white;
}
.home footer {
margin-block-start: 0;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
background-color: #48655E;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment