1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 01:58:50 +02:00

blockquote tweaks

This commit is contained in:
Matthias Kretschmann 2015-06-10 23:41:15 +02:00
parent 57d548ebd3
commit 043afcb940

View File

@ -207,7 +207,7 @@ hr
blockquote, blockquote,
blockquote > p blockquote > p
@extend .italic @extend .italic
color: $text-color-light color: lighten($text-color, 15%)
blockquote blockquote
padding: 0 $line-height-computed padding: 0 $line-height-computed
@ -222,7 +222,7 @@ blockquote
content: "" content: ""
font-size: 400% font-size: 400%
font-family: "Hoefler Text", "Times New Roman", serif font-family: "Hoefler Text", "Times New Roman", serif
color: rgba($text-color-dimmed, 40%) color: $text-color-dimmed
position: absolute position: absolute
left: -($line-height-computed/2) left: -($line-height-computed/2)
top: -($line-height-computed/1.75) top: -($line-height-computed/1.75)