added color #4e4e4e - tundora gray

This commit is contained in:
Fabiano Alencar 2018-04-26 14:20:47 -03:00
parent 2cccca4caa
commit fe0aa8b0fb
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ $black-opacit: rgba(0, 0, 0, 0.01);
$midnight-blue: #01295C;
$silver: #cbcbcb;
$mercury: #e5e5e5;
$tundora: #4e4e4e;
$theme-colors: (
@ -24,7 +25,8 @@ $theme-colors: (
"black-opacit": $black-opacit,
"midnight-blue": $midnight-blue,
"silver": $silver,
"mercury": $mercury
"mercury": $mercury,
"tundora": $tundora
);
$font-family-base: 'Roboto';
$headings-font-family: 'Roboto';