Slimmer headings

This commit is contained in:
daudix
2024-06-29 07:04:11 +03:00
parent 0404e9e5cb
commit 78b37ef30c
2 changed files with 4 additions and 2 deletions

View File

@ -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;
} }
} }

View File

@ -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;
} }