Skip to content

Instantly share code, notes, and snippets.

@azamatx
Created December 7, 2023 19:21
Show Gist options
  • Save azamatx/9b9d099a9bfc0d9b6366f9148c816f2b to your computer and use it in GitHub Desktop.
Save azamatx/9b9d099a9bfc0d9b6366f9148c816f2b to your computer and use it in GitHub Desktop.
tasksheet css
.home .has-foreground-background-color {
background-color: #25a6bb !important;
}
.home .wp-block-site-title {
text-align: center;
}
.home .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
padding: 15px 10px;
background-color: #fff !important;
color: #25a6bb !important;
}
.home .wp-block-search label {
display: none;
}
.home .wp-block-search input,
.home .wp-block-search button {
border-radius: 0 !important;
}
.home .wp-block-search button {
background-color: #c96b31 !important;
color: #000 !important;
}
.home header > div {
padding-bottom: 20px !important;
}
.home ul.wp-block-post-template {
padding: 25px !important;
}
.home ul.wp-block-post-template > li {
flex: 1 1 30%;
}
.home ul.wp-block-post-template > li h2 {
text-align: center;
}
.home ul.wp-block-post-template > li h2 a {
color: #25a6bb !important;
}
.home ul.wp-block-post-template > li figure {
margin-top: 0 !important;
}
.home ul.wp-block-post-template > li figure img {
border-radius: 10px;
}
.home main {
margin-block-start: unset !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment