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 GitHub
parent bcae7503ff
commit a0ab2b0065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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