From 202ad4841b04b17659b2f93beee31fcdb688c869 Mon Sep 17 00:00:00 2001 From: brodokk Date: Sun, 28 May 2023 10:39:20 +0000 Subject: [PATCH] Update from @HugoBDesigner Merge from https://gist.github.com/HugoBDesigner/1a784bf782b5994efecfb9e3adf85fc6/revisions#diff-9ce736d5cd20d2ffed32ece7bef40ab252779a444c02fe5de0238ccdf1ac1225 --- blueberries.css | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/blueberries.css b/blueberries.css index 6e22235..05801fd 100644 --- a/blueberries.css +++ b/blueberries.css @@ -2246,6 +2246,66 @@ body.lighter { color: hsl(var(--hue), 16%, 45%); } +.status__info__icons { + /* color: #606984; */ + /* color: hsl(225, 16%, 45%); */ + color: hsl(var(--hue), 16%, 45%); +} + +.account__action-bar__tab.active { + /* border-bottom-color: #6364ff; */ + /* border-bottom-color: hsl(240, 100%, 69%); */ + border-bottom-color: hsl(var(--hue), 100%, 69%); +} + +.account__action-bar__tab { + /* border-left-color: #393f4f; */ + /* border-left-color: hsl(224, 16%, 27%); */ + border-left-color: hsl(var(--hue), 16%, 27%); +} + +.account__action-bar { + /* border-top-color: #393f4f; */ + /* border-bottom-color: #393f4f; */ + /* border-top-color: hsl(224, 16%, 27%); */ + /* border-bottom-color: hsl(224, 16%, 27%); */ + border-top-color: hsl(var(--hue), 16%, 27%); + border-bottom-color: hsl(var(--hue), 16%, 27%); +} + +.account__action-bar__tab > span { + /* color: #9baec8; */ + /* color: hsl(215, 29%, 70%); */ + color: hsl(var(--hue), 29%, 70%); +} + +.account__header__bio .account__header__joined { + /* color: #9baec8; */ + /* color: hsl(215, 29%, 70%); */ + color: hsl(var(--hue), 29%, 70%); +} + +.account__header__bar { + /* background: #313543; */ + /* border-bottom-color: #42485a; */ + /* background: hsl(227, 16%, 23%); */ + /* border-bottom-color: hsl(225, 15%, 31%); */ + background: hsl(var(--hue), 16%, 23%); + border-bottom-color: hsl(var(--hue), 15%, 31%); +} + +.translate-button { + /* color: #606984; */ + /* color: hsl(225, 16%, 45%); */ + color: hsl(var(--hue), 16%, 45%); +} + +.reactions-bar .emoji-button { + /* color: #9baec8; */ + /* color: hsl(215, 29%, 70%); */ + color: hsl(var(--hue), 29%, 70%); +} + /* ================= */