FIX: blockquote colors on mobile

This commit is contained in:
Neil Lalonde 2014-05-06 15:38:11 -04:00
parent 4cdf25e39d
commit 9a1318879e
2 changed files with 4 additions and 4 deletions

View File

@ -92,8 +92,8 @@ body {
blockquote {
/* 13px left is intentional here to properly align with post quotes */
padding: 10px 8px 10px 13px;
background-color: scale-color($secondary, $lightness: 95%);
border-left: 5px solid scale-color($secondary, $lightness: 75%);
background-color: scale-color($primary, $lightness: 95%);
border-left: 5px solid scale-color($primary, $lightness: 75%);
p {
margin: 0 0 10px 0;
}

View File

@ -469,9 +469,9 @@ blockquote {
.quote .title {
border-left: 5px solid scale-color($primary, $lightness: 90%);;
border-left: 5px solid scale-color($primary, $lightness: 75%);
background-color: scale-color($primary, $lightness: 90%);
padding: 10px 10px 0 12px;
padding: 10px 10px 10px 12px;
clear: both;
.avatar { margin-right: 7px; }
}