|
@@ -11,22 +11,12 @@
|
|
|
"styles": {
|
|
|
"color": {
|
|
|
"background": "var(--wp--preset--color--theme-5)",
|
|
|
- "text": "var(--wp--preset--color--theme-3)"
|
|
|
+ "text": "var(--wp--preset--color--theme-1)"
|
|
|
},
|
|
|
"blocks": {
|
|
|
- "core/paragraph": {
|
|
|
- "elements": {
|
|
|
- "link": {
|
|
|
- "color": {
|
|
|
- "text": "var(--wp--preset--color--theme-3)"
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
"core/separator": {
|
|
|
"color": {
|
|
|
- "background": "var(--wp--preset--color--theme-3)",
|
|
|
- "text": "var(--wp--preset--color--theme-3)"
|
|
|
+ "text": "color-mix(in srgb, currentColor 25%, transparent)"
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -38,20 +28,10 @@
|
|
|
},
|
|
|
":hover": {
|
|
|
"color": {
|
|
|
- "background": "var(--wp--preset--color--theme-2)",
|
|
|
+ "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 85%, #000)",
|
|
|
"text": "var(--wp--preset--color--theme-5)"
|
|
|
}
|
|
|
}
|
|
|
- },
|
|
|
- "heading": {
|
|
|
- "color": {
|
|
|
- "text": "var(--wp--preset--color--theme-1)"
|
|
|
- }
|
|
|
- },
|
|
|
- "link": {
|
|
|
- "color": {
|
|
|
- "text": "var(--wp--preset--color--theme-3)"
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|