chore: styles
This commit is contained in:
parent
5d85362db1
commit
5956d72f41
12 changed files with 25 additions and 33 deletions
|
@ -86,7 +86,7 @@
|
|||
& .subheader {
|
||||
color: var(--color-lightest);
|
||||
font-size: var(--font-size-sm);
|
||||
line-height: var(--line-height-reduced);
|
||||
line-height: var(--line-height-md);
|
||||
text-shadow: var(--text-shadow-default);
|
||||
}
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
& .title {
|
||||
font-weight: var(--font-weight-bold);
|
||||
line-height: var(--line-height-reduced);
|
||||
line-height: var(--line-height-md);
|
||||
|
||||
& a {
|
||||
outline: none;
|
||||
|
@ -82,7 +82,7 @@
|
|||
& .subtext,
|
||||
& .subtext p,
|
||||
& .timestamp {
|
||||
line-height: var(--line-height-reduced);
|
||||
line-height: var(--line-height-md);
|
||||
}
|
||||
|
||||
& .subtext,
|
||||
|
|
Reference in a new issue