From aa3e2d9365dae24e4479c19894cff0b78451e643 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 5 Jun 2024 18:38:38 +0500 Subject: [PATCH] make links black pt 2 --- theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.json b/theme.json index 9fa26f7..dec0a7a 100644 --- a/theme.json +++ b/theme.json @@ -382,6 +382,9 @@ } }, "link": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, ":visited": { "color": { "text": "var(--wp--preset--color--washed-green)"