Fixed purple variant top bar color on mobile
This commit is contained in:
parent
f46f396b58
commit
e87baf4ea5
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue