chore: styles
This commit is contained in:
parent
ee721631b9
commit
f0e3f15c93
16 changed files with 62 additions and 54 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
& .title {
|
||||
font-weight: var(--font-weight-bold);
|
||||
line-height: 1.5;
|
||||
line-height: var(--line-height-reduced);
|
||||
|
||||
& a {
|
||||
outline: none;
|
||||
|
@ -82,7 +82,7 @@
|
|||
& .subtext,
|
||||
& .subtext p,
|
||||
& .timestamp {
|
||||
line-height: 1.5;
|
||||
line-height: var(--line-height-reduced);
|
||||
}
|
||||
|
||||
& .subtext,
|
||||
|
|
Reference in a new issue