update buttons background color (#24083)

This commit is contained in:
Serghei Mihai 2018-06-11 16:56:32 +02:00
parent 38fec6f980
commit 3431cd06ec
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ $nav-color: #050707;
$nav-active-color: white;
$nav-item-selected-color: $primary-color;
$nav-menu-color: $primary-color;
$button-background: $primary-color;
$button-background: #000000;
$button-color: #fff;
$title-color: #000;
$footer-background: $link-color;