From ee4243d75c91f51bc3710d56958c4a47d5169ee8 Mon Sep 17 00:00:00 2001 From: brodokk <76159594+brodokk@users.noreply.github.com> Date: Mon, 21 Nov 2022 18:22:26 +0100 Subject: [PATCH] Add fixes for profile directory --- blueberries.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/blueberries.css b/blueberries.css index f5e7db5..743a39c 100644 --- a/blueberries.css +++ b/blueberries.css @@ -118,6 +118,20 @@ border-bottom: 1px solid hsl(var(--hue), 16%, 27%); } +/* Add fixes for profile directory */ + +.filter-form { + /* background: #282c37; */ + /* background: hsl(224, 16%, 19%); */ + background: hsl(var(--hue), 16%, 19%); +} + +.account-card__header img { + /* background: #17191f; */ + /* background: hsl(225, 15%, 11%); */ + background: hsl(var(--hue), 15%, 11%); +} + /* end brodokk fixes */ /* start brodokk bonus fixes */