|
@@ -150,16 +150,34 @@
|
|
|
"button": {
|
|
|
":hover": {
|
|
|
"color": {
|
|
|
- "background": "var(--wp--preset--color--secondary)",
|
|
|
- "text": "var(--wp--preset--color--background)"
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ ":active": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ ":focus": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--primary)",
|
|
|
+ "text": "var(--wp--preset--color--foreground)"
|
|
|
+ },
|
|
|
+ "outline": {
|
|
|
+ "color": "var(--wp--preset--color--secondary)",
|
|
|
+ "width": "2px",
|
|
|
+ "style": "dotted",
|
|
|
+ "offset": "2px"
|
|
|
}
|
|
|
},
|
|
|
"border": {
|
|
|
"radius": "0"
|
|
|
},
|
|
|
"color": {
|
|
|
- "background": "var(--wp--preset--color--primary)",
|
|
|
- "text": "var(--wp--preset--color--foreground)"
|
|
|
+ "background": "var(--wp--preset--color--foreground)",
|
|
|
+ "text": "var(--wp--preset--color--background)"
|
|
|
},
|
|
|
"typography": {
|
|
|
"textTransform": "uppercase"
|