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

@@ -77,7 +77,7 @@
button {
&:active, &:checked {
border-radius: 23px;
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
background: linear-gradient(to right, #00c6ff, $selected_bg_color) ;
box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02);
color: rgb(250, 250, 250);
&:backdrop{