25 lines
384 B
SCSS
25 lines
384 B
SCSS
/******* Customized Bootstrap ********/
|
|
|
|
$primary: #009CFF;
|
|
$light: #F3F6F9;
|
|
$dark: #191C24;
|
|
|
|
$font-family-base: 'Heebo', sans-serif;
|
|
|
|
$body-bg: $light;
|
|
|
|
$body-color: #757575;
|
|
|
|
$headings-color: $dark;
|
|
|
|
$headings-font-weight: 700;
|
|
|
|
$enable-responsive-font-sizes: true;
|
|
|
|
$border-radius: 5px;
|
|
|
|
$link-decoration: none;
|
|
|
|
$enable-negative-margins: true;
|
|
|
|
@import "bootstrap/scss/bootstrap"; |