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

@ -85,10 +85,10 @@
box-shadow: var(--edge-highlight);
border-radius: 999px;
background-color: var(--fg-muted-1);
padding: 0.25rem 0.75rem;
padding: 0.375rem 0.5rem;
color: var(--fg-color);
font-size: 0.875rem;
line-height: 1.25;
line-height: 1;
text-decoration: none;
&:hover {