This commit is contained in:
2026-04-07 22:02:43 +02:00
parent 3f3f939267
commit e320feb2d7
17 changed files with 268 additions and 139 deletions

View File

@@ -121,7 +121,7 @@
color: var(--c-brand_rouge);
}
h3 {
padding-bottom: 5px;
padding-bottom: 10px;
font-weight: var(--fw-semibold);
font-size: 26px;
}
@@ -141,6 +141,14 @@
font-size: 22px;
}
em {
font-style: var(--fi-hight);
}
strong {
font-weight: var(--fw-semibold);
}
a {
text-decoration: underline;
color: var(--c-brand_rouge-weak);
@@ -151,6 +159,7 @@
ol {
list-style: none;
margin: 0 0 5px;
padding-top: 5px;
padding-left: 0;
}
@@ -158,7 +167,7 @@
position: relative;
margin: 0;
padding-left: 23px;
margin-bottom: 5px;
margin-bottom: 10px;
}
@@ -214,10 +223,11 @@
// Espace uniquement avant un titre s'il suit un bloc de contenu
&--p + &__h,
&--ul + &__h,
&--ol + &__h,
&--quote + &__h {
ul + &__h,
ol + &__h,
blockquote + &__h {
margin-top: 13px;
}
}
</style>