darken names in quote titles

This commit is contained in:
Jeff Atwood 2014-09-10 15:16:59 -07:00
parent fd29fe503d
commit abe420b322
2 changed files with 2 additions and 1 deletions
app/assets/stylesheets

View file

@ -682,6 +682,7 @@ blockquote > *:last-child {
.title {
border-left: 5px solid darken(scale-color-diff(), 10%);
background-color: scale-color-diff();
color: scale-color($primary, $lightness: 30%);
padding: 12px 12px 0 12px;
/* blockquote is underneath this and has top margin */
.avatar { margin-right: 7px; }

View file

@ -152,7 +152,7 @@
width: 90%;
margin: 0 auto;
padding: 4px;
h1, h2 {
margin: 7px;
}