Skip to content

Commit

Permalink
add style for tabor/comment-avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Nov 22, 2024
1 parent 62aafb1 commit b608d74
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,25 @@
"top": "var(--wp--preset--spacing--30)"
}
}
}
},
"tabor/comment-avatars": {
"css": "& .wp-block-tabor-comment-avatars__empty::before, & .wp-block-tabor-comment-avatars__empty::after { background-color: var(--wp--preset--color--theme-6);} ",
"elements": {
"link": {
":hover": {
"color": {
"text": "var(--wp--preset--color--theme-6)"
}
},
"color": {
"text": "var(--wp--preset--color--theme-5)"
},
"typography": {
"textDecoration": "none"
}
}
}
}
},
"color": {
"background": "var(--wp--preset--color--theme-1)",
Expand Down

0 comments on commit b608d74

Please sign in to comment.