Fix background fill for link previews without images

This commit is contained in:
arne 2024-07-06 08:45:47 +02:00
parent 574cdad7a8
commit a85c19d50b
1 changed files with 9 additions and 9 deletions

View File

@ -214,6 +214,15 @@ body.admin {
// link previews
.status-card {
background: $purple5;
&:hover,
&:focus {
background: darken($purple5, 4%);
}
}
.status-card.compact {
border-color: darken($purple5, 8%);
background: $purple5;
@ -223,15 +232,6 @@ body.admin {
background: $purple3;
}
.status-card__content {
background: $purple5;
&:hover,
&:focus {
background: darken($purple5, 4%);
}
}
.notification__filter-bar button.active,
.notification__filter-bar a.active,
.account__section-headline button.active,