mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:26:35 +08:00
Merge pull request #2315 from awesomerobot/master
a few small color fixes
This commit is contained in:
commit
4b180915d1
|
@ -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;
|
||||||
|
|
|
@ -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;}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user