Accent color for role badges
This commit is contained in:
parent
d976680a84
commit
1aeddade6c
4 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue