aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/_typography.sass
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/_typography.sass')
-rw-r--r--stylesheets/_typography.sass16
1 files changed, 12 insertions, 4 deletions
diff --git a/stylesheets/_typography.sass b/stylesheets/_typography.sass
index f3a81b55..15596bba 100644
--- a/stylesheets/_typography.sass
+++ b/stylesheets/_typography.sass
@@ -29,7 +29,15 @@ blockquote
bottom: 1px solid #e5e5e5
&:before
color: #ddd
-.quote blockquote
- font-size= !h4
- line-height= !h5 * 1.625
- color: #555 \ No newline at end of file
+ cite
+ +sans-font
+ font-size= !base_font_size - 2px
+ display: block
+ padding-top= !base_font_size
+ &:before
+ content: "\30FC"
+ padding-right: 2px
+ a
+ color: inherit !important
+ &:hover
+ color= !link_color !important \ No newline at end of file