mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 12:17:20 +02:00
refactor(theme): remove hard-coded tag border-radius (#8062)
This commit is contained in:
parent
bcae7503ff
commit
a0ab2b0065
1 changed files with 1 additions and 1 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue