color quote

This commit is contained in:
Raphael Goetter 2017-09-08 15:42:46 +02:00
parent 57b057a5f5
commit 031be14b1d
2 changed files with 4 additions and 3 deletions

View File

@ -47,12 +47,13 @@ $color-muted : #F7F7F7;
// colors used in project
$color-base : $color-dark;
$background-base : $color-light;
$color-link : $color-gray1;
$color-link-hover: $color-dark;
$color-forms : $color-gray3;
// quotes
$color-quote : $color-gray5;
// buttons, badges, alerts color variants list
// name - background-color - color - border
$variants-list: (

View File

@ -294,7 +294,7 @@ blockquote::before {
font-size: 5em;
height: .4em;
line-height: .9;
color: rgba(0, 0, 0, .3);
color: $color-quote;
}
blockquote > footer {