8 lines
145 B
SCSS
8 lines
145 B
SCSS
$dark-grey: #909090;
|
|
|
|
// foundation overrides
|
|
$success-color: #ef0734;
|
|
$global-width: 600px;
|
|
$body-font-family: inherit;
|
|
$body-background: #fff;
|