added color #4e4e4e - tundora gray
This commit is contained in:
parent
2cccca4caa
commit
fe0aa8b0fb
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue