Skip to content

Commit

Permalink
FIX: blockquote colors on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed May 6, 2014
1 parent 4cdf25e commit 9a13188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/mobile/discourse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions app/assets/stylesheets/mobile/topic-post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
Expand Down

0 comments on commit 9a13188

Please sign in to comment.