Fix a bunch of color issues
This commit is contained in:
parent
4b180915d1
commit
ee08bf561f
|
@ -71,7 +71,7 @@ h1 a.badge-category div {vertical-align: top;}
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
min-width: 11px;
|
min-width: 11px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: scale-color($primary, $lightness: 90%);
|
background-color: scale-color($primary, $lightness: 70%);
|
||||||
&[href] {
|
&[href] {
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.similar-topics {
|
.similar-topics {
|
||||||
background-color: scale-color($tertiary, $lightness: 40%);
|
background-color: scale-color($tertiary, $lightness: 60%);
|
||||||
|
|
||||||
a[href] {
|
a[href] {
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
|
@ -508,11 +508,11 @@ body {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
.alert-success {
|
.alert-success {
|
||||||
background-color: scale-color($success, $lightness: 60%);;
|
background-color: scale-color($success, $lightness: 75%);;
|
||||||
color: $success;
|
color: $success;
|
||||||
}
|
}
|
||||||
.alert-error {
|
.alert-error {
|
||||||
background-color: scale-color($danger, $lightness: 30%);
|
background-color: scale-color($danger, $lightness: 60%);
|
||||||
color: $danger;
|
color: $danger;
|
||||||
}
|
}
|
||||||
.alert-info {
|
.alert-info {
|
||||||
|
|
|
@ -278,7 +278,6 @@
|
||||||
.avatar {
|
.avatar {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
border: 2px solid $tertiary;
|
|
||||||
width: 45px;
|
width: 45px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -173,7 +173,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
.selected {
|
.selected {
|
||||||
background-color: $tertiary;
|
background-color: scale-color($tertiary, $lightness: 75%);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Notifications
|
// Notifications
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
background-color: $tertiary;
|
background-color: scale-color($tertiary, $lightness: 85%);
|
||||||
}
|
}
|
||||||
.read {
|
.read {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
|
|
|
@ -298,7 +298,7 @@ span.post-count {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
&.moderator {
|
&.moderator {
|
||||||
background-color: scale-color($tertiary, $lightness: 40%);
|
background-color: scale-color($highlight, $lightness: 60%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue