From 73d7591ef4581791e1c1c2bc8539f93a3b2d65ca Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 13 Jun 2023 13:27:20 -0300 Subject: [PATCH] Update blueberries.css Added "moved account" rules. --- blueberries.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/blueberries.css b/blueberries.css index 28c8265..2d6d6ac 100644 --- a/blueberries.css +++ b/blueberries.css @@ -3117,6 +3117,18 @@ background: hsl(var(--hue), 15%, 30%); } + .follow-request-banner, .moved-account-banner { + /*background: #313543; */ + /* background: hsl(227, 16%, 23%); */ + background: hsl(var(--hue), 16%, 23%); + } + + .follow-request-banner__message, .moved-account-banner__message { + color: #9baec8; + color: hsl(215, 29%, 70%); + color: hsl(var(--hue), 29%, 70%); + } + @media screen and (max-width: 1174px) {