fix up a few more colours

This commit is contained in:
Matthew Hodgson 2016-12-31 14:27:44 +00:00
parent c6beaa1631
commit 35b3013386
4 changed files with 14 additions and 3 deletions

View file

@ -7,6 +7,9 @@ $primary-bg-color: #ffffff;
// used for dialog box text
$light-fg-color: #747474;
// used for focusing form controls
$focus-bg-color: #dddddd;
// button UI (white-on-green in light skin)
$accent-fg-color: #ffffff;
$accent-color: #76CFA6;