Skip to content

Commit

Permalink
apply duotone to cover blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Aug 23, 2021
1 parent b1aaba6 commit b5ffc32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion skatepark/child-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,12 @@
},
"core/image": {
"color": {
"duotone": "var(--wp--preset--duotone--default-filter)"
"duotone": "var(--wp--preset--duotone--red-filter)"
}
},
"core/cover": {
"color": {
"duotone": "var(--wp--preset--duotone--blue-filter)"
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions skatepark/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,11 @@
}
},
"core/image": {
"color": {
"duotone": "var(--wp--preset--duotone--red-filter)"
}
},
"core/cover": {
"color": {
"duotone": "var(--wp--preset--duotone--blue-filter)"
}
Expand Down

0 comments on commit b5ffc32

Please sign in to comment.