From 3d2a7f9d1292ff38189708b3e33edac8da752217 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 26 Apr 2024 14:37:42 +0500 Subject: [PATCH] make body text light by default --- theme.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme.json b/theme.json index b8c85d6..08d6317 100644 --- a/theme.json +++ b/theme.json @@ -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": {