use semi-transparent faint color + fix

This commit is contained in:
Henry Jameson 2018-04-15 06:02:01 +03:00
parent 622e8cd94f
commit c46795c692
3 changed files with 3 additions and 6 deletions

View file

@ -4,7 +4,7 @@ $darkened-background: whitesmoke;
$fallback--bg: #121a24;
$fallback--btn: #182230;
$fallback--faint: #999;
$fallback--faint: rgba(185, 185, 186, .5);
$fallback--fg: #b9b9ba;
$fallback--link: #d8a070;
$fallback--icon: #666;