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/07/21 09:37] (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 24: Ligne 26:
  :has(> .wrap_wont) ):not(  :has(> .wrap_wont) ):not(
         .wrap_img-grid :is(p, ul)        ):not(         .wrap_img-grid :is(p, ul)        ):not(
 +        .docInfo :is(p, ul)                     ):not(
         p:has(>img):not(p:has(>:not(img,br))) ):not(         p:has(>img):not(p:has(>:not(img,br))) ):not(
         p:has(>iframe):not(p:has(>:not(iframe,br)))) {          p:has(>iframe):not(p:has(>:not(iframe,br)))) { 
Ligne 35: Ligne 38:
 } }
  
 +.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