2025-12-23 22:27:52 +01:00
|
|
|
@use '../constants' as *;
|
|
|
|
|
|
2025-12-23 22:27:52 +01:00
|
|
|
section {
|
|
|
|
|
&.title {
|
2025-12-23 22:27:52 +01:00
|
|
|
margin-bottom: 4rem;
|
2025-12-23 22:27:52 +01:00
|
|
|
|
|
|
|
|
&>h1.title {
|
|
|
|
|
font-size: 3rem;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&>p {
|
|
|
|
|
&.subtitle {
|
|
|
|
|
color: var(--subtext1);
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
margin-top: 0;
|
2025-12-23 22:27:52 +01:00
|
|
|
margin-bottom: .5rem;
|
2025-12-23 22:27:52 +01:00
|
|
|
}
|
|
|
|
|
|
2025-12-23 22:27:52 +01:00
|
|
|
&.last-update,
|
2025-12-23 22:27:52 +01:00
|
|
|
&.metadata {
|
2025-12-23 22:27:52 +01:00
|
|
|
color: var(--overlay1);
|
2025-12-23 22:27:52 +01:00
|
|
|
font-size: .8rem;
|
2025-12-23 22:27:52 +01:00
|
|
|
text-align: start;
|
2025-12-23 22:27:52 +01:00
|
|
|
margin: 0;
|
2025-12-23 22:27:52 +01:00
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-12-23 22:27:52 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-12-23 22:27:52 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: $smartphone) {
|
|
|
|
|
section.title {
|
|
|
|
|
margin-bottom: 2.5rem;
|
|
|
|
|
|
|
|
|
|
h1.title {
|
|
|
|
|
font-size: 2.2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p.subtitle {
|
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-12-23 22:27:52 +01:00
|
|
|
}
|