fix: small fixes

This commit is contained in:
Ungol 2025-12-23 22:27:52 +01:00
parent 1790d83b5b
commit 871fd1d629

View file

@ -30,6 +30,7 @@ section {
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-color: var(--overlay0); border-bottom-color: var(--overlay0);
border-bottom-style: solid; border-bottom-style: solid;
margin-bottom: 3rem;
&>h1.title { &>h1.title {
font-size: 3rem; font-size: 3rem;
@ -40,10 +41,12 @@ section {
&>p { &>p {
&.metadata { &.metadata {
color: var(--subtext0); color: var(--subtext1);
font-size: .8rem; font-size: .8rem;
font-style: italic; font-style: italic;
font-weight: 300;
text-align: end; text-align: end;
margin: 0
} }
&.subtitle { &.subtitle {
@ -98,7 +101,19 @@ h4,
h5, h5,
h6 { h6 {
overflow-wrap: break-word; overflow-wrap: break-word;
}
p {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
&>a { &>a {
visibility: hidden; visibility: hidden;
opacity: 0; opacity: 0;
@ -113,11 +128,6 @@ h6 {
} }
} }
p {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
a { a {
color: var(--blue); color: var(--blue);
text-decoration: underline; text-decoration: underline;