Accent color for role badges

This commit is contained in:
Niléane 2023-09-21 21:21:47 +02:00
commit 1aeddade6c
No known key found for this signature in database
4 changed files with 8 additions and 0 deletions

View file

@ -2245,6 +2245,8 @@ body.layout-single-column {
}
.layout-single-column .account__header__badges .account-role {
border-radius: 8px;
border-color: var(--color-accent);
color: var(--color-accent);
}
.layout-single-column .account__header__badges .account-role span {
color: var(--color-content-fg);