|
@@ -115,7 +115,8 @@ body {
|
|
a:not(
|
|
a:not(
|
|
.wp-block-search__button,
|
|
.wp-block-search__button,
|
|
.wp-block-button__link
|
|
.wp-block-button__link
|
|
-) {
|
|
|
|
|
|
+),
|
|
|
|
+.wp-block-site-title a {
|
|
padding: .4rem 0;
|
|
padding: .4rem 0;
|
|
text-decoration: inherit; /* Needed so the link styles will be inherited correctly from theme.json */
|
|
text-decoration: inherit; /* Needed so the link styles will be inherited correctly from theme.json */
|
|
text-underline-offset: .1rem;
|
|
text-underline-offset: .1rem;
|
|
@@ -124,10 +125,15 @@ a:not(
|
|
a:not(
|
|
a:not(
|
|
.wp-block-search__button,
|
|
.wp-block-search__button,
|
|
.wp-block-button__link
|
|
.wp-block-button__link
|
|
-):hover {
|
|
|
|
|
|
+):hover,
|
|
|
|
+.wp-block-site-title a {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-site-title a:hover {
|
|
|
|
+ text-decoration: underline;
|
|
|
|
+}
|
|
|
|
+
|
|
a:not(
|
|
a:not(
|
|
.wp-block-search__button,
|
|
.wp-block-search__button,
|
|
.wp-block-button__link
|
|
.wp-block-button__link
|
|
@@ -140,7 +146,8 @@ a:not(
|
|
.wp-block-button__link,
|
|
.wp-block-button__link,
|
|
.wp-block-navigation-link__content,
|
|
.wp-block-navigation-link__content,
|
|
.wp-block-navigation-item__content
|
|
.wp-block-navigation-item__content
|
|
-):active {
|
|
|
|
|
|
+):active,
|
|
|
|
+.wp-block-site-title a:active {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
background-color: var(--wp--preset--color--tertiary);
|
|
background-color: var(--wp--preset--color--tertiary);
|
|
}
|
|
}
|
|
@@ -149,6 +156,10 @@ a:not(
|
|
* Navigation and Other Link Styles
|
|
* Navigation and Other Link Styles
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
|
|
|
|
+ border-color: var(--wp--preset--color--foreground);
|
|
|
|
+}
|
|
|
|
+
|
|
:is(
|
|
:is(
|
|
.wp-block-pages-list__item .wp-block-pages-list__item__link,
|
|
.wp-block-pages-list__item .wp-block-pages-list__item__link,
|
|
.wp-block-navigation-link__content,
|
|
.wp-block-navigation-link__content,
|