|
@@ -444,7 +444,7 @@
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
"fontWeight": "700",
|
|
"fontWeight": "700",
|
|
- "textDecoration": "underline solid 1.5px",
|
|
|
|
|
|
+ "textDecoration": "underline solid",
|
|
"fontStyle": "italic",
|
|
"fontStyle": "italic",
|
|
"letterSpacing": "-0.04em"
|
|
"letterSpacing": "-0.04em"
|
|
},
|
|
},
|
|
@@ -592,7 +592,7 @@
|
|
"text": "var(--wp--preset--color--primary)"
|
|
"text": "var(--wp--preset--color--primary)"
|
|
},
|
|
},
|
|
"typography": {
|
|
"typography": {
|
|
- "textDecoration": "underline solid 1px"
|
|
|
|
|
|
+ "textDecoration": "underline solid"
|
|
},
|
|
},
|
|
":hover": {
|
|
":hover": {
|
|
"typography": {
|
|
"typography": {
|
|
@@ -601,7 +601,7 @@
|
|
},
|
|
},
|
|
":active": {
|
|
":active": {
|
|
"typography": {
|
|
"typography": {
|
|
- "textDecoration": "underline dotted 1px"
|
|
|
|
|
|
+ "textDecoration": "underline dotted"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|