/* Smooth out the fonts. */ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Adjust header spacing. */ .site-header .wp-block-site-title a { text-decoration: none; } .site-header .wp-block-navigation { margin-bottom: 0; margin-left: auto; } .site-header .wp-block-social-links.alignright { margin: 0 0 0 1em; transform: translateY(-0.3rem); } @media screen and (min-width: 1290px) { .site-header .wp-block-column, .site-footer .wp-block-column { padding-left: var(--wp--custom--margin--horizontal); padding-right: var(--wp--custom--margin--horizontal); } } .site-footer { margin-top: auto; } /* Adjust heading letter spacing. */ h1, h2, h3 { letter-spacing: -0.015em; } /* * Preserve image ratios. * Needed until https://github.com/WordPress/gutenberg/pull/27518/ is merged. */ img { height: auto; max-width: 100%; } /* Post Meta */ .post-meta a { color: currentColor; } .post-meta .wp-block-post-author:before { -webkit-mask-image: url(svg/post-author.svg); mask-image: url(svg/post-author.svg); } .post-meta .wp-block-post-date:before { -webkit-mask-image: url(svg/post-date.svg); mask-image: url(svg/post-date.svg); } .post-meta .wp-block-post-hierarchical-terms:before { -webkit-mask-image: url(svg/post-category.svg); mask-image: url(svg/post-category.svg); } .post-meta .wp-block-post-tags:before { -webkit-mask-image: url(svg/post-tag.svg); mask-image: url(svg/post-tag.svg); }