FIX: blockquote colors on mobile
This commit is contained in:
parent
4cdf25e39d
commit
9a1318879e
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue