Update blueberries.css
Added "moved account" rules.
This commit is contained in:
parent
bef110550f
commit
73d7591ef4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user