refactor(theme): remove hard-coded tag border-radius (#8062)

This commit is contained in:
Mikey O'Toole 2022-09-08 16:25:26 +01:00 committed by sebastienlorber
parent c7301f5952
commit d0feba0cf6

View File

@ -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%;
}