Skip to content

Commit b71da1f

Browse files
authored
Merge pull request #776 from toonn/master
Add blockquote styling
2 parents 41a98b7 + b0f6608 commit b71da1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

datafiles/static/hackage.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,13 @@ pre + pre {
209209
margin-top: 0.5em;
210210
}
211211

212+
blockquote {
213+
border-left: 3px solid #c7a5d3;
214+
background-color: #eee4f1;
215+
margin: 0.5em;
216+
padding: 0.0005em 0.3em 0.5em 0.5em;
217+
}
218+
212219
.src {
213220
background: #f4f4f4;
214221
padding: 0.2em 0.5em;

0 commit comments

Comments
 (0)