Browse Source
Fix status styling on active element on mentions
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3993/head
Joas Schilling
5 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
2 additions and
2 deletions
-
css/At.scss
|
|
|
@ -150,8 +150,8 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.atwho-cur { |
|
|
|
background: var(--color-primary); |
|
|
|
color: var(--color-primary-text); |
|
|
|
background: var(--color-primary-light); |
|
|
|
color: var(--color-main-text); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|