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 {
margin-top: unset;
margin-top: 0.25rem;
a {
color: var(--faves-fg);
@ -98,7 +98,8 @@
right: 1rem;
:root[dir="rtl"] & {
left: 1rem;
right: unset;
left: 0.5rem;
}
}