From 043afcb940ad4d30f67607a0c4f4c6ba22188d0f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 10 Jun 2015 23:41:15 +0200 Subject: [PATCH] blockquote tweaks --- _src/_assets/styl/typography.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_src/_assets/styl/typography.styl b/_src/_assets/styl/typography.styl index 52d6b545..88415afb 100644 --- a/_src/_assets/styl/typography.styl +++ b/_src/_assets/styl/typography.styl @@ -207,7 +207,7 @@ hr blockquote, blockquote > p @extend .italic - color: $text-color-light + color: lighten($text-color, 15%) blockquote padding: 0 $line-height-computed @@ -222,7 +222,7 @@ blockquote content: "“" font-size: 400% font-family: "Hoefler Text", "Times New Roman", serif - color: rgba($text-color-dimmed, 40%) + color: $text-color-dimmed position: absolute left: -($line-height-computed/2) top: -($line-height-computed/1.75)