* Themes: Remove site title text decoration from theme.json * add livro * remove text decoration from the site title in curator
@@ -46,10 +46,6 @@ a {
text-underline-offset: 0.125em;
}
-.wp-block-site-title a {
- text-decoration: none;
-}
-
a:hover:not(.wp-block-button__link),
.wp-block-site-title a:hover,
.wp-block-post-title a:hover,
@@ -250,6 +250,13 @@
"fontSize": "var(--wp--preset--font-size--normal)",
"fontWeight": "400",
"textTransform": "uppercase"
+ },
+ "elements": {
+ "link": {
+ "typography": {
+ "textDecoration": "none"
+ }
},
@@ -126,9 +126,6 @@ a:not(
.wp-block-search__button,
.wp-block-button__link
):hover,
.wp-block-site-title a:hover {
text-decoration: underline;
@@ -458,4 +458,4 @@
"name": "footer"
]
+}
@@ -147,8 +147,7 @@ body > .is-root-container > .wp-block-template-part > .wp-block-cover,
*/
.wp-block-post-title a,
-.wp-block-post-date a,
+.wp-block-post-date a {
text-decoration: none;
@@ -184,6 +184,13 @@
"lineHeight": "var(--wp--custom--typography--line-height--normal)",
"fontSize": "var(--wp--preset--font-size--x-small)",
"fontWeight": "normal"
+ "elements":{
@@ -179,10 +179,6 @@ body > .is-root-container,
a:not(
@@ -161,6 +161,13 @@
"core/site-title": {
"typography": {
"fontWeight": "400"
"core/post-title": {