From c01a24f1ce74185be3340b2d299db25120eb6e3b Mon Sep 17 00:00:00 2001 From: brodokk <76159594+brodokk@users.noreply.github.com> Date: Mon, 21 Nov 2022 18:26:41 +0100 Subject: [PATCH] Follow request fixes --- blueberries.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/blueberries.css b/blueberries.css index 743a39c..79ce581 100644 --- a/blueberries.css +++ b/blueberries.css @@ -132,6 +132,26 @@ background: hsl(var(--hue), 15%, 11%); } +/* Follow request fixes */ + +.account--panel { + /* background: #313543; */ + /* background: hsl(227, 16%, 23%); */ + background: hsl(var(--hue), 16%, 23%); +} + +.account--panel { + /* border-top: 1px solid #393f4f; */ + /* border-top: 1px solidhsl(224, 16%, 27%); */ + border-top: 1px solid hsl(var(--hue), 16%, 27%); +} + +.account--panel { + /* border-bottom: 1px solid #393f4f; */ + /* border-bottom: 1px solidhsl(224, 16%, 27%); */ + border-bottom: 1px solid hsl(var(--hue), 16%, 27%); +} + /* end brodokk fixes */ /* start brodokk bonus fixes */