From 681fbb5b4b43394ad2c01492d493a242acc22c54 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 3 Jul 2024 12:58:40 +0500 Subject: [PATCH] tweak tag hover style --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 0f1f8fb..081a6a6 100644 --- a/functions.php +++ b/functions.php @@ -85,12 +85,12 @@ function jett_block_styles() { margin-bottom: 5px; font-size: 13px; font-weight: 500; - transition: 0.25s ease-in-out; + border: 1px solid var(--wp--preset--color--black); } .is-style-hashtags.taxonomy-post_tag.wp-block-post-terms a:hover { - box-shadow: rgb(195 195 195) 2px 2px 0 0; - transform: translate(-2px, -2px); + background: var(--wp--preset--gradient--violet-to-green); + color: var(--wp--preset--color--black); } ' )