Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| css:themes:a11y [2026/01/27 12:23] – créée avillepreux | css:themes:a11y [2026/06/30 10:38] (Version actuelle) – avillepreux | ||
|---|---|---|---|
| Ligne 12: | Ligne 12: | ||
| h1, | h1, | ||
| text-wrap: balance; | text-wrap: balance; | ||
| + | line-height: | ||
| } | } | ||
| :is(p, ul):not( | :is(p, ul):not( | ||
| :has(> .wrap_nav) ):not( | :has(> .wrap_nav) ):not( | ||
| + | .wrap_nav p | ||
| :has(> .wrap_nav_group) | :has(> .wrap_nav_group) | ||
| .inlinetoc2 ):not( | .inlinetoc2 ):not( | ||
| Ligne 35: | Ligne 37: | ||
| } | } | ||
| + | .wrap_note { | ||
| + | inline-size: | ||
| + | } | ||
| + | |||
| + | @media (prefers-color-scheme: | ||
| + | body: | ||
| + | color-scheme: | ||
| + | --color-green: | ||
| + | } | ||
| + | } | ||
| </ | </ | ||