Skip to content

Commit

Permalink
refactor(theme): remove hard-coded tag border-radius (#8062)
Browse files Browse the repository at this point in the history
  • Loading branch information
homotechsual committed Sep 8, 2022
1 parent bcae750 commit a0ab2b0
Showing 1 changed file with 1 addition and 1 deletion.
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 a0ab2b0

Please sign in to comment.