@@ -1,4 +1,5 @@
{
+ "$schema": "https://schemas.wp.org/trunk/theme.json",
"settings": {
"appearanceTools": true,
"color": {
@@ -52,6 +53,24 @@
"styles": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--helvetica-neue)"
+ },
+ "elements": {
+ "link": {
+ "color": {
+ "text": "#000"
+ "typography": {
+ "textDecoration": "underline"
+ ":hover": {
+ "text": "#636363"
+ "textDecoration": "none"
+ }
}
},
"templateParts": [