@@ -325,34 +325,15 @@ body{
325325}
326326
327327: root [style *= "--USER__textAlign" ] body ,
328- : root [style *= "--USER__textAlign" ] * : not (blockquote ): not (figcaption ) p ,
329- : root [style *= "--USER__textAlign" ] li {
328+ : root [style *= "--USER__textAlign" ] p : not (blockquote p ): not (figcaption p ): not (hgroup p ),
329+ : root [style *= "--USER__textAlign" ] li ,
330+ : root [style *= "--USER__textAlign" ] dd {
330331 text-align : var (--USER__textAlign ) !important ;
331332 -moz-text-align-last : auto !important ;
332333 -epub-text-align-last : auto !important ;
333334 text-align-last : auto !important ;
334335}
335336
336- : root [style *= "--USER__textAlign: justify" ] body ,
337- : root [style *= "--USER__textAlign:justify" ] body {
338- -webkit-hyphens : auto;
339- -moz-hyphens : auto;
340- -ms-hyphens : auto;
341- -epub-hyphens : auto;
342- hyphens : auto;
343- }
344-
345- : root [style *= "--USER__textAlign: left" ] body ,
346- : root [style *= "--USER__textAlign:left" ] body ,
347- : root [style *= "--USER__textAlign: right" ] body ,
348- : root [style *= "--USER__textAlign:right" ] body {
349- -webkit-hyphens : none;
350- -moz-hyphens : none;
351- -ms-hyphens : none;
352- -epub-hyphens : none;
353- hyphens : none;
354- }
355-
356337: root [style *= "--USER__bodyHyphens" ]{
357338 -webkit-hyphens : var (--USER__bodyHyphens ) !important ;
358339 -moz-hyphens : var (--USER__bodyHyphens ) !important ;
@@ -470,19 +451,23 @@ body{
470451: root [style *= "--USER__wordSpacing" ] h6 ,
471452: root [style *= "--USER__wordSpacing" ] p ,
472453: root [style *= "--USER__wordSpacing" ] li ,
473- : root [style *= "--USER__wordSpacing" ] div {
454+ : root [style *= "--USER__wordSpacing" ] div ,
455+ : root [style *= "--USER__wordSpacing" ] dt ,
456+ : root [style *= "--USER__wordSpacing" ] dd {
474457 word-spacing : var (--USER__wordSpacing );
475458}
476459
477- : root [style *= "--USER__letterSpacing" ] h1 ,
478- : root [style *= "--USER__letterSpacing" ] h2 ,
479- : root [style *= "--USER__letterSpacing" ] h3 ,
480- : root [style *= "--USER__letterSpacing" ] h4 ,
481- : root [style *= "--USER__letterSpacing" ] h5 ,
482- : root [style *= "--USER__letterSpacing" ] h6 ,
483- : root [style *= "--USER__letterSpacing" ] p ,
484- : root [style *= "--USER__letterSpacing" ] li ,
485- : root [style *= "--USER__letterSpacing" ] div {
460+ : root [style *= "--USER__wordSpacing" ] h1 ,
461+ : root [style *= "--USER__wordSpacing" ] h2 ,
462+ : root [style *= "--USER__wordSpacing" ] h3 ,
463+ : root [style *= "--USER__wordSpacing" ] h4 ,
464+ : root [style *= "--USER__wordSpacing" ] h5 ,
465+ : root [style *= "--USER__wordSpacing" ] h6 ,
466+ : root [style *= "--USER__wordSpacing" ] p ,
467+ : root [style *= "--USER__wordSpacing" ] li ,
468+ : root [style *= "--USER__wordSpacing" ] div ,
469+ : root [style *= "--USER__wordSpacing" ] dt ,
470+ : root [style *= "--USER__wordSpacing" ] dd {
486471 letter-spacing : var (--USER__letterSpacing );
487472 font-variant : none;
488473}
0 commit comments