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

@ -140,9 +140,9 @@ kbd {
box-shadow: inset 0 -0.125rem 0 var(--fg-muted-2), 0 -0.0625rem 0 var(--fg-muted-3);
border-radius: var(--rounded-corner-small);
background-color: var(--fg-muted-2);
padding: 0.125rem 0.375rem;
padding: 0.25rem 0.375rem;
font-size: 0.875em;
line-height: 1.25;
line-height: 1;
// Small nice thingy, keys can be pressed!
&:active {