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;
|
||||
min-width: 11px;
|
||||
text-align: center;
|
||||
background-color: scale-color($primary, $lightness: 90%);
|
||||
background-color: scale-color($primary, $lightness: 70%);
|
||||
&[href] {
|
||||
color: $secondary;
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
|
||||
.similar-topics {
|
||||
background-color: scale-color($tertiary, $lightness: 40%);
|
||||
background-color: scale-color($tertiary, $lightness: 60%);
|
||||
|
||||
a[href] {
|
||||
color: #000;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -278,7 +278,6 @@
|
|||
.avatar {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
border: 2px solid $tertiary;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -298,7 +298,7 @@ span.post-count {
|
|||
height: auto;
|
||||
}
|
||||
&.moderator {
|
||||
background-color: scale-color($tertiary, $lightness: 40%);
|
||||
background-color: scale-color($highlight, $lightness: 60%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue