Skip to content

Commit 6dcb0ed

Browse files
committed
Add closing quotes to chapter quotes
1 parent e263ab5 commit 6dcb0ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

html/css/ejs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ blockquote:before {
159159
left: -.5em;
160160
}
161161

162+
blockquote p:last-of-type:after {
163+
content: '”';
164+
}
165+
162166
blockquote footer {
163167
position: relative;
164168
margin-left: 1em;

0 commit comments

Comments
 (0)