Skip to content

Commit 9d91829

Browse files
committed
Add theme for quotes
1 parent 979bbb8 commit 9d91829

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sass/_base.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,13 @@ footer {
7878
padding: 1em;
7979
}
8080
}
81+
82+
blockquote {
83+
margin: 0.5em;
84+
color: #ddd;
85+
border-radius: 1px;
86+
border-left-style: solid;
87+
border-left-color: #999;
88+
border-left-width: 2px;
89+
padding-left: 12px;
90+
}

0 commit comments

Comments
 (0)