aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/_typography.sass
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/_typography.sass')
-rw-r--r--stylesheets/_typography.sass8
1 files changed, 7 insertions, 1 deletions
diff --git a/stylesheets/_typography.sass b/stylesheets/_typography.sass
index 3578b32f..93830406 100644
--- a/stylesheets/_typography.sass
+++ b/stylesheets/_typography.sass
@@ -21,7 +21,13 @@ h1,h2,h3,h4,h5,h6
blockquote
+quote-font
- font-size= !base_font_size * 1.2
+ +border-radius(5px)
+ font-style: italic
+ color: #555
+ background: #f8f8f8
+ border: 1px solid #e5e5e5
+ &:before
+ color: #ddd
.quote blockquote
font-size= !h4
line-height= !h5 * 1.625