Skip to content

Commit

Permalink
Change link state for meta-type sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
justintadlock committed Jun 10, 2024
1 parent d44daad commit eaece2a
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1969,6 +1969,23 @@
"typography": {
"fontSize": "var:preset|font-size|sm",
"lineHeight": "var:custom|line-height|sm"
},
"elements": {
"link": {
"typography": {
"textDecoration": "none"
},
":focus": {
"typography": {
"textDecoration": "underline"
}
},
":hover": {
"typography": {
"textDecoration": "underline"
}
}
}
}
},
"message": {
Expand Down Expand Up @@ -1997,13 +2014,47 @@
"typography": {
"fontSize": "var:preset|font-size|sm",
"lineHeight": "var:custom|line-height|sm"
},
"elements": {
"link": {
"typography": {
"textDecoration": "none"
},
":focus": {
"typography": {
"textDecoration": "underline"
}
},
":hover": {
"typography": {
"textDecoration": "underline"
}
}
}
}
},
"post-meta": {
"blockTypes": [ "core/group" ],
"typography": {
"fontSize": "var:preset|font-size|sm",
"lineHeight": "var:custom|line-height|sm"
},
"elements": {
"link": {
"typography": {
"textDecoration": "none"
},
":focus": {
"typography": {
"textDecoration": "underline"
}
},
":hover": {
"typography": {
"textDecoration": "underline"
}
}
}
}
},
"section": {
Expand Down

0 comments on commit eaece2a

Please sign in to comment.