mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
seems folk prefer darker pills
This commit is contained in:
parent
dbeeacf11c
commit
bcedc206e1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ $focus-brightness: 125%;
|
|||
// red warning colour
|
||||
$warning-color: #ff0064;
|
||||
$mention-user-pill-bg-color: #ff0064;
|
||||
$other-user-pill-bg-color: rgba(0, 0, 0, 0.05);
|
||||
$other-user-pill-bg-color: rgba(0, 0, 0, 0.1);
|
||||
|
||||
$preview-bar-bg-color: #f7f7f7;
|
||||
|
||||
|
|
Loading…
Reference in a new issue