feat: improve header of article

This commit is contained in:
Ungol 2025-12-23 22:27:51 +01:00
parent aaa91838ee
commit 2f689df458
3 changed files with 24 additions and 9 deletions

View file

@ -30,6 +30,21 @@ section {
border-bottom-width: 1px;
border-bottom-color: var(--surface0);
border-bottom-style: solid;
&>p {
&.metadata {
font-size: .8rem;
font-style: italic;
text-align: end;
}
&.subtitle {
color: var(--subtext0);
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 2rem;
}
}
}
}
@ -87,12 +102,6 @@ h6 {
p {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
&.subtitle {
color: var(--subtext0);
margin-top: 0;
margin-bottom: 3rem;
}
}
a {