concarneau: update buttons colors (#30597)

This commit is contained in:
Serghei Mihai 2019-06-11 11:27:33 +02:00
parent e6e6d2c33c
commit ef07ad51b6
1 changed files with 3 additions and 3 deletions

View File

@ -41,10 +41,10 @@ $widget-border-radius: 3px;
$link-color: #e27802;
$button-background: $primary-color;
$button-color: black;
$button-background: #575756;
$button-color: #ffffff;
$button-border-radius: 0;
$button-border: 0;
$button-hover-background: $link-color;
$button-hover-background: #f39200;
$button-hover-color: black;