css:themes:a11y

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
css:themes:a11y [2026/01/27 12:23] – créée avillepreuxcss:themes:a11y [2026/06/30 10:38] (Version actuelle) avillepreux
Ligne 12: Ligne 12:
 h1,h2,h3,h4,h5,h6 {  h1,h2,h3,h4,h5,h6 { 
     text-wrap: balance;      text-wrap: balance; 
 +    line-height: 1.1;
 } }
  
 :is(p, ul):not( :is(p, ul):not(
  :has(> .wrap_nav) ):not(  :has(> .wrap_nav) ):not(
 +        .wrap_nav p                        ):not(
         :has(> .wrap_nav_group)          ):not(         :has(> .wrap_nav_group)          ):not(
  .inlinetoc2 ):not(  .inlinetoc2 ):not(
Ligne 35: Ligne 37:
 } }
  
 +.wrap_note {
 +    inline-size: fit-content;
 +}
 +
 +@media (prefers-color-scheme: dark) {
 +    body:not([data-page-id*="cycling"]) {
 +        color-scheme: dark;
 +        --color-green: #aeffb2;
 +    }
 +}
  
 </CSS> </CSS>
  • css/themes/a11y.1769513009.txt.gz
  • Dernière modification : 2026/01/27 12:23
  • de avillepreux