a few small color fixes

This commit is contained in:
Kris Aubuchon 2014-05-06 09:48:38 -04:00
parent 8cf937cdcb
commit 60bf76f152
2 changed files with 3 additions and 3 deletions

View file

@ -183,7 +183,7 @@
line-height: 15px;
}
.selected {
background-color: scale-color($tertiary, $lightness: 75%);
background-color: scale-color($tertiary, $lightness: 90%);
}
// Notifications
@ -193,7 +193,7 @@
color: scale-color($primary, $lightness: 50%);
}
li {
background-color: scale-color($tertiary, $lightness: 75%);
background-color: scale-color($tertiary, $lightness: 90%);
}
.read {
background-color: $secondary;

View file

@ -771,7 +771,7 @@ blockquote { /* solo quotes */
.title {
border-left: 5px solid scale-color($primary, $lightness: 75%);
background-color: scale-color($primary, $lightness: 90%);
background-color: scale-color($primary, $lightness: 95%);
padding: 12px;
.avatar { margin-right: 7px; }
img {margin-top: -4px;}