Update colors

This commit is contained in:
EliverLara
2018-12-25 01:24:02 -06:00
parent d06d125196
commit 80d1b2e8de
185 changed files with 665 additions and 651 deletions

View File

@@ -605,5 +605,5 @@ box-shadow: none;
}
@mixin scale-highlight($dir) {
background: linear-gradient(to $dir, #fed349, #ff7800);
background: linear-gradient(to $dir, #00c6ff, $selected_bg_color);
}