Skip to content

Commit

Permalink
Implement italics in post content for links.
Browse files Browse the repository at this point in the history
  • Loading branch information
jffng authored and madhusudhand committed Sep 8, 2022
1 parent 80c9dc6 commit 481bfa7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pixel/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,27 @@
}
}
},
"core/post-content": {
"elements": {
"link": {
":active": {
"typography": {
"fontStyle": "italic"
}
},
":focus": {
"typography": {
"fontStyle": "italic"
}
},
":hover": {
"typography": {
"fontStyle": "italic"
}
}
}
}
},
"core/post-date": {
"color": {
"text": "var(--wp--preset--color--foreground)"
Expand Down

0 comments on commit 481bfa7

Please sign in to comment.