From b08eece468ec9d030a63c73af412f34633127c2e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 13 May 2024 15:05:12 +0500 Subject: [PATCH] add link hover style --- theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.json b/theme.json index 98db16f..f32fb48 100644 --- a/theme.json +++ b/theme.json @@ -367,6 +367,9 @@ } }, ":hover": { + "typography": { + "textDecoration": "underline" + }, "color": { "text": "var(--wp--preset--color--washed-green)" }