Fix #538 - Darken buttons to increase contrast

This commit is contained in:
Eugen Rochko 2017-01-26 03:32:00 +01:00
parent 3a310e8f63
commit 1c507ff172
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.button {
background-color: $color4;
background-color: darken($color4, 3%);
font-family: inherit;
display: inline-block;
position: relative;