From d85e48ec268fd0ab0dc491d88dab61227b69033f Mon Sep 17 00:00:00 2001 From: brodokk Date: Sun, 28 May 2023 11:23:21 +0000 Subject: [PATCH] Add fix for you might be interested in --- blueberries.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/blueberries.css b/blueberries.css index 542152c..7c3219d 100644 --- a/blueberries.css +++ b/blueberries.css @@ -203,6 +203,21 @@ color: hsla(var(--hue), 0%, 100%, 0.6); } +/* You might be interested in fixes */ + +.trends__header { + /* color: #606984; */ + /* background: #2c313d; */ + /* border-bottom: 1px solid #1f232b; */ + /* color: hsl(225, 16%, 45%); */ + /* background: hsl(222, 16%, 21%); */ + /* border-bottom: 1px solid hsl(220, 16%, 15%); */ + color: hsl(var(--hue), 16%, 45%); + background: hsl(var(--hue), 16%, 21%); + border-bottom: 1px solid #1f232b; + border-bottom: 1px solid hsl(var(--hue), 16%, 15%); +} + /* end brodokk bonus fixes */ .admin-wrapper .sidebar .logo {