mirror of https://github.com/vector-im/riot-web
tweak pill colours some more
parent
7dbb4bba09
commit
dbeeacf11c
|
@ -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.1);
|
||||
$other-user-pill-bg-color: rgba(0, 0, 0, 0.05);
|
||||
|
||||
$preview-bar-bg-color: #f7f7f7;
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ $focus-brightness: 200%;
|
|||
// red warning colour
|
||||
$warning-color: #ff0064;
|
||||
|
||||
$other-user-pill-bg-color: rgba(255, 255, 255, 0.15);
|
||||
$other-user-pill-bg-color: rgba(255, 255, 255, 0.1);
|
||||
|
||||
$preview-bar-bg-color: #333;
|
||||
|
||||
|
|
Loading…
Reference in New Issue