Fix line heights and paddings

This commit is contained in:
daudix
2024-07-24 01:10:09 +03:00
parent c2cc9b0e56
commit 03cf7b43b1
4 changed files with 10 additions and 11 deletions

View File

@ -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 {