|
|
|
@ -49,10 +49,11 @@ body, html{
|
|
|
|
|
border-top: solid 1px var(--wireframe);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.libretto{
|
|
|
|
|
|
|
|
|
|
.libretto{
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.libretto > * {
|
|
|
|
|
border-bottom: solid 1px var(--wireframe);
|
|
|
|
|
}
|
|
|
|
@ -140,7 +141,12 @@ dd {
|
|
|
|
|
.contribution .content h3,
|
|
|
|
|
.contribution .content h2 {
|
|
|
|
|
font-size: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contribution img {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
object-fit: contain;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@namespace svg url(http://www.w3.org/2000/svg);
|
|
|
|
|