Skip to content

Commit

Permalink
Term Grid: Add border radius to term cards
Browse files Browse the repository at this point in the history
Fixes #168
  • Loading branch information
ryelle committed Sep 22, 2023
1 parent 0aeb507 commit adc9171
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
var(--wp--custom--wporg-term-grid--border--width)
var(--wp--custom--wporg-term-grid--border--style)
var(--wp--custom--wporg-term-grid--border--color);
border-radius: 2px;
background-color: var(--wp--custom--wporg-term-grid--color--background);
color: var(--wp--custom--wporg-term-grid--color--text);
text-decoration: none;
Expand Down

0 comments on commit adc9171

Please sign in to comment.