layout-3 moulin

This commit is contained in:
Julie Blanc 2026-01-21 09:33:18 +01:00
parent 8255f08762
commit 8c28b027b6
7 changed files with 18 additions and 12 deletions

View file

@ -44,7 +44,7 @@ blockquote{
margin-top: calc(var(--baseline)*0.5);
margin-bottom: calc(var(--baseline)*0.5);
font-size: 12px;
color: #343434;
// color: #343434;
}
@ -63,6 +63,12 @@ blockquote + ol + p{
border-left: 4px solid #efefef;
box-decoration-break: clone;
padding-left: calc(var(--indent)*0.5);
font-weight: 500;
// color: #343434;
strong{
font-weight: 900;
}
}