Fix a bunch of color issues

This commit is contained in:
Neil Lalonde 2014-05-06 11:37:09 -04:00
parent 4b180915d1
commit ee08bf561f
6 changed files with 7 additions and 8 deletions

View File

@ -71,7 +71,7 @@ h1 a.badge-category div {vertical-align: top;}
line-height: 1;
min-width: 11px;
text-align: center;
background-color: scale-color($primary, $lightness: 90%);
background-color: scale-color($primary, $lightness: 70%);
&[href] {
color: $secondary;
}

View File

@ -56,7 +56,7 @@
}
.similar-topics {
background-color: scale-color($tertiary, $lightness: 40%);
background-color: scale-color($tertiary, $lightness: 60%);
a[href] {
color: #000;

View File

@ -508,11 +508,11 @@ body {
line-height: 18px;
}
.alert-success {
background-color: scale-color($success, $lightness: 60%);;
background-color: scale-color($success, $lightness: 75%);;
color: $success;
}
.alert-error {
background-color: scale-color($danger, $lightness: 30%);
background-color: scale-color($danger, $lightness: 60%);
color: $danger;
}
.alert-info {

View File

@ -278,7 +278,6 @@
.avatar {
float: left;
margin-right: 10px;
border: 2px solid $tertiary;
width: 45px;
height: 45px;
}

View File

@ -173,7 +173,7 @@
}
.selected {
background-color: $tertiary;
background-color: scale-color($tertiary, $lightness: 75%);
}
// Notifications
@ -183,7 +183,7 @@
color: #777;
}
li {
background-color: $tertiary;
background-color: scale-color($tertiary, $lightness: 85%);
}
.read {
background-color: $secondary;

View File

@ -298,7 +298,7 @@ span.post-count {
height: auto;
}
&.moderator {
background-color: scale-color($tertiary, $lightness: 40%);
background-color: scale-color($highlight, $lightness: 60%);
}
}