mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
style: increase line height
This commit is contained in:
parent
066af9e2f3
commit
a179c09d0c
1 changed files with 1 additions and 11 deletions
|
|
@ -97,17 +97,7 @@ const count = soundCount();
|
|||
font-family: var(--font-display);
|
||||
font-size: var(--font-xlg);
|
||||
font-weight: 600;
|
||||
line-height: 1;
|
||||
|
||||
/* & .gradient {
|
||||
background: linear-gradient(
|
||||
135deg,
|
||||
var(--color-foreground),
|
||||
var(--color-foreground-subtle)
|
||||
);
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
} */
|
||||
line-height: 1.1;
|
||||
|
||||
& .line {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue