Skip to content

Commit ad400a2

Browse files
JayPanozgithub-actions[bot]
authored andcommitted
Update dist
1 parent 65ed280 commit ad400a2

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

css/dist/ReadiumCSS-after.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

css/dist/rtl/ReadiumCSS-after.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)