Skip to content

Commit cc26359

Browse files
committed
Give <blockquote> some nicer css
1 parent fdee765 commit cc26359

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc-tool/resources/css/dottydoc.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,9 @@ pre > code.hljs {
328328
padding: 10px;
329329
background: transparent;
330330
}
331+
332+
blockquote {
333+
padding: 0 1em;
334+
color: #777;
335+
border-left: 0.25em solid #ddd;
336+
}

0 commit comments

Comments
 (0)