mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
a few small color fixes
This commit is contained in:
parent
8cf937cdcb
commit
60bf76f152
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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;}
|
||||
|
|
Loading…
Reference in a new issue