make body text light by default
This commit is contained in:
parent
15d8bf8a28
commit
3d2a7f9d12
10
theme.json
10
theme.json
@ -120,6 +120,16 @@
|
|||||||
"text": "var(--wp--preset--color--white)"
|
"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) }"
|
"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": {
|
"typography": {
|
||||||
|
Loading…
Reference in New Issue
Block a user