body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
} a {
text-decoration-thickness: 0.075ex;
text-underline-offset: 0.125em;
}
a:hover:not(.wp-block-button__link),
.wp-block-site-title a:hover,
.wp-block-post-title a:hover,
.wp-block-post-date a:hover {
text-decoration-line: underline;
text-decoration-style: dotted;
}
a:active,
.wp-block-site-title a:active,
.wp-block-post-title a:active,
.wp-block-post-date a:active {
text-decoration-style: solid;
}
.wp-block-navigation .wp-block-navigation-link a:hover,
.wp-block-navigation .wp-block-page-list a:hover,
.wp-block-navigation .wp-block-pages-list__item a:hover {
text-decoration-line: underline;
} .wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
background-color: var(--wp--preset--color--primary);
} .is-style-outline > :where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
padding-top: 0.667em;
padding-bottom: 0.667em;
} .wp-block-post-comments input:not([type='submit']),
.wp-block-post-comments textarea {
background-color: var(--wp--preset--color--foreground);
border-color: var(--wp--preset--color--background);
color: var(--wp--preset--color--background);
} .wp-block-navigation__responsive-container.is-menu-open {
padding-top: var(--wp--custom--spacing--outer);
padding-bottom: var(--wp--custom--spacing--large);
padding-right: var(--wp--custom--spacing--outer);
padding-left: var(--wp--custom--spacing--outer);
} .wp-block-navigation__responsive-container.is-menu-open ul {
font-size: var(--wp--preset--font-size--large) !important;
font-weight: 100;
gap: var(--wp--style--block-gap);
}
.wp-block-post-navigation-link > a {
text-decoration: none;
} .wp-block-group.simple-list-of-posts {
align-items: baseline;
} .wp-block-post-title a {
text-decoration-line: none;
}
.wp-block-post-title a:hover {
text-decoration-line: underline;
}