Fix line heights and paddings
This commit is contained in:
@ -15,12 +15,11 @@
|
||||
border: none;
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--fg-muted-1);
|
||||
padding: 0.125rem 0.375rem;
|
||||
padding: 0.625rem 1rem;
|
||||
padding: 0.75rem 1rem;
|
||||
color: var(--fg-color);
|
||||
font-weight: bold;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.25;
|
||||
line-height: 1;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
|
Reference in New Issue
Block a user