diff --git a/assets/css/custom.css b/assets/css/custom.css index cbf0577..3d9a76f 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -129,4 +129,45 @@ ul.wp-block-navigation.mobile-header-nav li { .constrained-text-width.mw-740 > p { 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; } \ No newline at end of file