From be2c8b4e532e053b6129ca9aebd04a5163bd5d80 Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Fri, 19 Jul 2024 10:10:25 -0400 Subject: [PATCH] clean up tag cloud --- style.css | 4 +++- theme.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b2497d9..8ddc277 100644 --- a/style.css +++ b/style.css @@ -363,9 +363,11 @@ input:not([type=submit]):focus-visible { border: 1px solid var(--wp--preset--color--theme-3); display: inline-flex; justify-content: center; - min-height: 38px; margin-right: 0; + min-height: 36px; transition: background-color var(--wp--custom--transition--duration, 200ms) ease-out, color var(--wp--custom--transition--duration, 200ms) ease-out, transform var(--wp--custom--transition--duration, 200ms) cubic-bezier(.4,0,.2,1); + border-radius: var(--wp--preset--spacing--10); + font-size: var(--wp--preset--font-size--small) !important; @media (prefers-reduced-motion: reduce) { /* Reduce motion per user preference. */ diff --git a/theme.json b/theme.json index 55268fd..741b26d 100644 --- a/theme.json +++ b/theme.json @@ -682,7 +682,7 @@ } }, "core/tag-cloud": { - "css": "& { display: flex; gap: 6px; flex-wrap: wrap; } & p { margin-top: 0; } & a { border-radius: var(--wp--preset--spacing--10); font-size: var(--wp--preset--font-size--small) !important; }", + "css": "& { display: flex; gap: 6px; flex-wrap: wrap; } & p { margin-top: 0; } }", "elements": { "link": { ":hover": {