semi-transparent inputbox style

This commit is contained in:
Henry Jameson 2018-04-15 06:03:57 +03:00
parent c46795c692
commit 2b64432f9a
3 changed files with 6 additions and 4 deletions

View file

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