Skip to content

Commit

Permalink
clean up tag cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jul 19, 2024
1 parent 14bb147 commit be2c8b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit be2c8b4

Please sign in to comment.