mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
10 lines
228 B
SCSS
10 lines
228 B
SCSS
$primary: #E85537;
|
|
$body-bg: #17181C;
|
|
$footer-height: 110px;
|
|
$font-size-base: 1.2rem;
|
|
$headings-margin-bottom: 1.5rem;
|
|
$paragraph-margin-bottom: $headings-margin-bottom * 0.85;
|
|
|
|
|
|
@import "node_modules/bootstrap/scss/bootstrap";
|