tweak tag hover style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aadil Ayub 2024-07-03 12:58:40 +05:00
parent 88e11704a0
commit 681fbb5b4b

View File

@ -85,12 +85,12 @@ function jett_block_styles() {
margin-bottom: 5px; margin-bottom: 5px;
font-size: 13px; font-size: 13px;
font-weight: 500; 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 { .is-style-hashtags.taxonomy-post_tag.wp-block-post-terms a:hover {
box-shadow: rgb(195 195 195) 2px 2px 0 0; background: var(--wp--preset--gradient--violet-to-green);
transform: translate(-2px, -2px); color: var(--wp--preset--color--black);
} }
' '
) )