|
@@ -135,6 +135,7 @@ a:not(
|
|
.wp-block-search__button,
|
|
.wp-block-search__button,
|
|
.wp-block-button__link
|
|
.wp-block-button__link
|
|
):focus {
|
|
):focus {
|
|
|
|
+ text-decoration: underline;
|
|
text-decoration-style: dotted;
|
|
text-decoration-style: dotted;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -211,19 +212,6 @@ a:not(
|
|
font-size: clamp(1.5rem, 4vw, 2rem);
|
|
font-size: clamp(1.5rem, 4vw, 2rem);
|
|
}
|
|
}
|
|
|
|
|
|
-/*
|
|
|
|
- * Post Excerpt
|
|
|
|
- */
|
|
|
|
-.wp-block-post-excerpt .wp-block-post-excerpt__more-text a {
|
|
|
|
- font-family: var(--wp--preset--font-family--heading-font);
|
|
|
|
- font-size: 1.375rem;
|
|
|
|
- font-weight: 900;
|
|
|
|
- letter-spacing: -0.44px;
|
|
|
|
- color: var(--wp--preset--color--foreground);
|
|
|
|
- text-decoration: none;
|
|
|
|
- text-transform: uppercase;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* Alignment styles, borrowed from Twenty Twenty-Two.
|
|
* Alignment styles, borrowed from Twenty Twenty-Two.
|