Skip to content

Commit

Permalink
Remove hard-coded border-radius
Browse files Browse the repository at this point in the history
.tagRegular should use `--ifm-global-radius` instead of a hardcoded 0.5rem radius.
  • Loading branch information
homotechsual authored Sep 7, 2022
1 parent a492025 commit 9d5fe4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.tagRegular {
border-radius: 0.5rem;
border-radius: var(--ifm-global-radius);
padding: 0.2rem 0.5rem 0.3rem;
font-size: 90%;
}
Expand Down

0 comments on commit 9d5fe4f

Please sign in to comment.