mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
blockquote tweaks
This commit is contained in:
parent
57d548ebd3
commit
043afcb940
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user