fimfic2epub/src/style/paragraphs-indented.styl

9 lines
82 B
Stylus

p + p {
text-indent: 1em;
}
.chapter-title + p.indented {
text-indent: 0;
}