Merge pull request #2315 from awesomerobot/master

a few small color fixes
This commit is contained in:
Robin Ward 2014-05-06 11:08:36 -04:00
commit 4b180915d1
2 changed files with 3 additions and 3 deletions

View File

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

View File

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