Fixed purple variant top bar color on mobile

This commit is contained in:
Niléane 2023-07-12 23:59:55 +02:00
commit e87baf4ea5
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -837,7 +837,7 @@ body.layout-single-column {
background-color: var(--color-accent-bg);
}
.layout-single-column .status-card__image {
background: rgba(249, 191, 164, 0.5);
background: var(--color-content-secondary-bg);
}
.layout-single-column .status__content p {
margin-bottom: 12px;