This commit is contained in:
2026-02-16 07:59:52 +01:00
parent 1fc267faa8
commit b8b8e53f07
70 changed files with 3088 additions and 272 deletions

View File

@@ -4,6 +4,7 @@
--c-surface: #ffffff;
--c-text-muted: #555;
--c-text-invert: #fff;
--c-text-black-soft: #595959;
/* Marque / accent (ex: rouge ONDIF) */
//--c-brand_rouge: #E30613;

View File

@@ -69,8 +69,14 @@
--title-lg2: var(--fs-30);
--title-xl: var(--fs-32);
--title-2xl: var(--fs-40);
/* ICONES PUCE LISTE */
--strapi-li-icon: url('/icons/list-bullet.svg');
--strapi-li-icon-nested: url('/icons/list-bullet-nested.svg');
}
/* Option : ajustements desktop */
@media (max-width: 700px) {
:root {