File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,9 +272,13 @@ body{
272272 font-weight : inherit !important ;
273273}
274274
275+ : root [style *= "AccessibleDfA" ] body * : not (a ), : root [style *= "IA Writer Duospace" ] body * : not (a ),
276+ : root [style *= "readium-a11y-on" ] body * : not (a ){
277+ text-decoration : none !important ;
278+ }
279+
275280: root [style *= "AccessibleDfA" ] body * , : root [style *= "IA Writer Duospace" ] body * ,
276281: root [style *= "readium-a11y-on" ] body * {
277- text-decoration : none !important ;
278282 font-variant-caps : normal !important ;
279283 font-variant-numeric : normal !important ;
280284 font-variant-position : normal !important ;
@@ -324,7 +328,7 @@ body{
324328 margin-bottom : var (--USER__paraSpacing ) !important ;
325329}
326330
327- : root [style *= "--USER__paraIndent" ] p {
331+ : root [style *= "--USER__paraIndent" ] p : not ([ class *= "title" ]) : not ( blockquote p ) : not ( figcaption p ) : not ( header p ) : not ( hgroup p ) : not ( div : has ( + * ) > h1 + p ) : not ( div : has ( + * ) > p : has ( + h1 )) {
328332 text-indent : var (--USER__paraIndent ) !important ;
329333}
330334
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ body{
266266 margin-bottom : var (--USER__paraSpacing ) !important ;
267267}
268268
269- : root [style *= "--USER__paraIndent" ] p {
269+ : root [style *= "--USER__paraIndent" ] p : not ([ class *= "title" ]) : not ( blockquote p ) : not ( figcaption p ) : not ( header p ) : not ( hgroup p ) : not ( div : has ( + * ) > h1 + p ) : not ( div : has ( + * ) > p : has ( + h1 )) {
270270 text-indent : var (--USER__paraIndent ) !important ;
271271}
272272
You can’t perform that action at this time.
0 commit comments