Slimmer headings
This commit is contained in:
@ -86,7 +86,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: unset;
|
margin-top: 0.25rem;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--faves-fg);
|
color: var(--faves-fg);
|
||||||
@ -98,7 +98,8 @@
|
|||||||
right: 1rem;
|
right: 1rem;
|
||||||
|
|
||||||
:root[dir="rtl"] & {
|
:root[dir="rtl"] & {
|
||||||
left: 1rem;
|
right: unset;
|
||||||
|
left: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,6 +8,7 @@ h6 {
|
|||||||
text-wrap: balance;
|
text-wrap: balance;
|
||||||
margin: 3rem 0 1rem;
|
margin: 3rem 0 1rem;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
|
line-height: normal;
|
||||||
font-family: var(--font-antique);
|
font-family: var(--font-antique);
|
||||||
letter-spacing: -0.05em;
|
letter-spacing: -0.05em;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user