Merge branch 'develop' into experimental

This commit is contained in:
Bruno Windels 2018-11-21 10:38:16 +00:00
commit c7c271fb01
10 changed files with 144 additions and 92 deletions

View file

@ -68,6 +68,7 @@ $focus-bg-color: #dddddd;
// button UI (white-on-green in light skin)
$accent-fg-color: #ffffff;
$accent-color: #6CC1F6;
$accent-color-50pct: #6CC1F67F;
$accent-hover-color: #84cfff;
$selection-fg-color: $primary-bg-color;