diff --git a/blueberries.css b/blueberries.css index bc0f409..e4b4a90 100644 --- a/blueberries.css +++ b/blueberries.css @@ -1198,8 +1198,11 @@ a.status-card:hover { .account__header__bar .avatar .account__avatar { /* border-color: #313543; */ + /* background: #17191f; */ /* border-color: hsl(227, 16%, 23%); */ + /* background: hsl(225, 15%, 11%); */ border-color: hsl(var(--hue), 16%, 23%); + background: hsl(var(--hue), 15%, 11%); } .admin-wrapper .content h4 { @@ -2356,6 +2359,12 @@ body.lighter { color: hsl(var(--hue), 29%, 70%); } +.limited-account-hint p { + /* color: #d9e1e8; */ + /* color: hsl(208, 25%, 88%); */ + color: hsl(var(--hue), 25%, 88%); +} + /* ================= */