make body text light by default

This commit is contained in:
Aadil Ayub 2024-04-26 14:37:42 +05:00
parent 15d8bf8a28
commit 3d2a7f9d12
1 changed files with 10 additions and 0 deletions

View File

@ -120,6 +120,16 @@
"text": "var(--wp--preset--color--white)"
},
"css": "&:hover { background-color: var(--wp--preset--color--secondary-darker) }\n &:focus { background-color: var(--wp--preset--color--secondary-darker) }\n &:active { background-color: var(--wp--preset--color--secondary-darker) }"
},
"core/paragraph": {
"typography": {
"fontWeight": "300"
}
},
"core/list": {
"typography": {
"fontWeight": "300"
}
}
},
"typography": {