Update from @HugoBDesigner
Merge https://gist.github.com/HugoBDesigner/1a784bf782b5994efecfb9e3adf85fc6/revisions#diff-9ce736d5cd20d2ffed32ece7bef40ab252779a444c02fe5de0238ccdf1ac1225
This commit is contained in:
parent
30250adb03
commit
f5324d08db
@ -980,6 +980,12 @@ a.status-card:hover {
|
||||
color: hsl(var(--hue), 25%, 88%);
|
||||
}
|
||||
|
||||
.search__icon .fa-times-circle:hover {
|
||||
/* color: #707b97; */
|
||||
/* color: hsl(223, 16%, 52%); */
|
||||
color: hsl(var(--hue), 16%, 52%);
|
||||
}
|
||||
|
||||
.search-popout h4,
|
||||
.search-popout {
|
||||
/* color: #9baec8; */
|
||||
@ -2318,6 +2324,42 @@ body.lighter {
|
||||
color: hsl(var(--hue), 25%, 88%);
|
||||
}
|
||||
|
||||
.conversation--unread {
|
||||
/* background: #2c313d; */
|
||||
/* background: hsl(222, 16%, 21%); */
|
||||
background: hsl(var(--hue), 16%, 21%);
|
||||
}
|
||||
|
||||
.conversation {
|
||||
/* border-bottom-color: #393f4f; */
|
||||
/* border-bottom-color: hsl(224, 16%, 27%); */
|
||||
border-bottom-color: hsl(var(--hue), 16%, 27%);
|
||||
}
|
||||
|
||||
.conversation__content__relative-time {
|
||||
/* color: #9baec8; */
|
||||
/* color: hsl(215, 29%, 70%); */
|
||||
color: hsl(var(--hue), 29%, 70%);
|
||||
}
|
||||
|
||||
.conversation__unread {
|
||||
/* background: #8c8dff; */
|
||||
/* background: hsl(239, 100%, 77%); */
|
||||
background: hsl(var(--hue), 100%, 77%);
|
||||
}
|
||||
|
||||
.empty-column-indicator a, .follow_requests-unlocked_explanation a {
|
||||
/* color: #8c8dff; */
|
||||
/* color: hsl(239, 100%, 77%); */
|
||||
color: hsl(var(--hue), 100%, 77%);
|
||||
}
|
||||
|
||||
.conversation__content__names {
|
||||
/* color: #9baec8; */
|
||||
/* color: hsl(215, 29%, 70%); */
|
||||
color: hsl(var(--hue), 29%, 70%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ================= */
|
||||
|
Loading…
Reference in New Issue
Block a user