From f5324d08db536a08d641afb0d42bf495fa32a4a8 Mon Sep 17 00:00:00 2001 From: brodokk Date: Sun, 28 May 2023 10:41:42 +0000 Subject: [PATCH] Update from @HugoBDesigner Merge https://gist.github.com/HugoBDesigner/1a784bf782b5994efecfb9e3adf85fc6/revisions#diff-9ce736d5cd20d2ffed32ece7bef40ab252779a444c02fe5de0238ccdf1ac1225 --- blueberries.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/blueberries.css b/blueberries.css index b54ca0d..778dbf8 100644 --- a/blueberries.css +++ b/blueberries.css @@ -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%); +} + /* ================= */