|
@@ -82,20 +82,20 @@ a:active {
|
|
|
.wp-block-file .wp-block-file__button:hover,
|
|
|
.wp-block-button__link:hover {
|
|
|
opacity: 0.90;
|
|
|
-}
|
|
|
+}
|
|
|
|
|
|
-.wp-block-button__link:hover, .wp-block-button__link:focus,
|
|
|
+.wp-block-button__link:hover, .wp-block-button__link:focus,
|
|
|
.wp-block-button__link:active, .wp-block-button__link:visited {
|
|
|
color: initial;
|
|
|
}
|
|
|
|
|
|
/*
|
|
|
* Alignment styles.
|
|
|
- * These rules are temporary, and should not be relied on or
|
|
|
- * modified too heavily by themes or plugins that build on
|
|
|
- * Livre. These are meant to be a precursor to
|
|
|
- * a global solution provided by the Block Editor.
|
|
|
- *
|
|
|
+ * These rules are temporary, and should not be relied on or
|
|
|
+ * modified too heavily by themes or plugins that build on
|
|
|
+ * Livre. These are meant to be a precursor to
|
|
|
+ * a global solution provided by the Block Editor.
|
|
|
+ *
|
|
|
* Relevant issues:
|
|
|
* https://github.com/WordPress/gutenberg/issues/35607
|
|
|
* https://github.com/WordPress/gutenberg/issues/35884
|
|
@@ -144,6 +144,9 @@ body > .is-root-container,
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
|
|
|
+.wp-block-site-title[style*="text-transform:uppercase"] {
|
|
|
+ letter-spacing: 0.15em;
|
|
|
+}
|
|
|
/*
|
|
|
* Comment form cleanup.
|
|
|
*/
|
|
@@ -178,7 +181,9 @@ input:not([type="submit"]):not([type="button"]):focus {
|
|
|
|
|
|
.wp-block-post-comments .navigation + .comment-respond {
|
|
|
margin-top: calc(3 * var(--wp--style--block-gap));
|
|
|
-}/*
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
* Drop cap refinements.
|
|
|
*/
|
|
|
|
|
@@ -186,4 +191,4 @@ input:not([type="submit"]):not([type="button"]):focus {
|
|
|
font-size: 3.15em;
|
|
|
font-weight: 300;
|
|
|
margin: 0.25em 0.125em 0 0;
|
|
|
-}
|
|
|
+}
|