reduce viz strength of "remove participant" X

This commit is contained in:
Jeff Atwood 2016-06-02 16:17:06 -07:00
parent c7aa8bbbea
commit 8ae31b0cd2
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ a.star {
font-size: 0.929em;
}
i.fa-times {
color: dark-light-choose(scale-color($primary, $lightness: 10%), scale-color($secondary, $lightness: 90%));
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
}
}