Fix MyGroups placeholder colours on dark theme
This commit is contained in:
parent
14b5006645
commit
d9fa11d03a
|
@ -20,6 +20,9 @@ $focus-brightness: 200%;
|
|||
// red warning colour
|
||||
$warning-color: #ff0064;
|
||||
|
||||
// groups
|
||||
$group-my-groups-placeholder-bg: #454545;
|
||||
|
||||
$other-user-pill-bg-color: rgba(255, 255, 255, 0.1);
|
||||
|
||||
$preview-bar-bg-color: #333;
|
||||
|
|
Loading…
Reference in New Issue