ui: lighten button border primary

This commit is contained in:
Jack Pearkes 2014-04-29 16:17:28 -04:00
parent cb61acda06
commit 52dfc8fde3
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
&.btn-primary, &.active {
color: $purple-dark;
background-color: transparent;
border: 2px solid $purple-dark;
border: 2px solid $purple;
&:hover {
background-color: $light-purple;