Skip to content

Commit 03a4c2a

Browse files
committed
Remove :first-letter
1 parent 94f8bad commit 03a4c2a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css/src/modules/user-settings-submodules/ReadiumCSS-paraIndent_pref.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
/* If there are inline-block elements in paragraphs, text-indent will inherit so we must reset it */
2222

23-
:root[style*="--USER__paraIndent"] p *,
24-
:root[style*="--USER__paraIndent"] p:first-letter {
23+
:root[style*="--USER__paraIndent"] p * {
2524
text-indent: 0 !important;
2625
}

0 commit comments

Comments
 (0)