We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4adff commit b0cb151Copy full SHA for b0cb151
1 file changed
css/src/modules/user-settings-submodules/ReadiumCSS-paraIndent_pref.css
@@ -6,7 +6,7 @@
6
7
Repo: https://github.com/readium/css */
8
9
-:root[style*="--USER__paraIndent"] p {
+: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)) {
10
text-indent: var(--USER__paraIndent) !important;
11
}
12
0 commit comments