documentation

This commit is contained in:
2026-05-14 15:59:55 +02:00
parent ed67438739
commit e9256f538c
21 changed files with 4380 additions and 561 deletions
@@ -40,8 +40,10 @@
/* ─── Reset minimal ─── */
*, *::before, *::after { box-sizing: border-box; }
a { color: var(--accent-blue); text-decoration: none; }
a:hover { text-decoration: underline; }
/*a:hover { text-decoration: underline; }*/
ul { padding: 0; margin: 0; list-style: none; }
/* ─── Mise en page principale ─── */