add styles for sans serif bold, tag cloud, and search bar
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3754f42d11
commit
1d725a9945
@ -129,4 +129,45 @@ ul.wp-block-navigation.mobile-header-nav li {
|
|||||||
|
|
||||||
.constrained-text-width.mw-740 > p {
|
.constrained-text-width.mw-740 > p {
|
||||||
max-width: 740px;
|
max-width: 740px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sans-serif-bold strong {
|
||||||
|
font-family: 'Instrument Sans', sans-serif;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.is-style-outline.wp-block-tag-cloud {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-block-tag-cloud a {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-inline: 2em;
|
||||||
|
background: black;
|
||||||
|
color: white;
|
||||||
|
border-color: black;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-block-tag-cloud a:hover {
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-block-search__inside-wrapper {
|
||||||
|
background-color: var(--wp--preset--color--black);
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-block-search__input {
|
||||||
|
background: var(--wp--preset--color--black);
|
||||||
|
color: var(--wp--preset--color--white);
|
||||||
|
padding-inline: 2rem;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wp-block-search__button.has-icon {
|
||||||
|
background: var(--wp--preset--gradient--violet-to-green);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user