feat: rewrite metadata + add changelog link on article

This commit is contained in:
Alexis Fourmaux 2025-05-16 20:08:18 +02:00
parent 32c6db3377
commit 4a5ee3cd67
4 changed files with 66 additions and 12 deletions

View file

@ -1,6 +1,6 @@
section {
&.title {
margin-bottom: 2.5rem;
margin-bottom: 4rem;
&>h1.title {
font-size: 3rem;
@ -14,17 +14,36 @@ section {
color: var(--subtext1);
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 2.5rem;
margin-bottom: .5rem;
}
&.last-update,
&.metadata {
color: var(--subtext1);
color: var(--overlay1);
font-size: .8rem;
text-align: center;
text-align: start;
margin: 0;
border-bottom-width: 1px;
border-bottom-color: var(--overlay0);
border-bottom-style: solid;
.separator {
margin-left: .1rem;
margin-right: .1rem;
}
a {
text-decoration: none;
color: var(--overlay1);
&:hover {
color: var(--teal);
}
&.external-link::after {
content: "";
font-size: .5rem;
font-variant-position: super;
margin-left: .1rem;
}
}
}
}
}