mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-23 20:14:33 +00:00
Move bootstrap import
This commit is contained in:
parent
e7dfbcdf5a
commit
902154cb92
|
@ -1,7 +1,5 @@
|
|||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
$body-bg: #17181C;
|
||||
$body-color: $gray-300;
|
||||
$body-color: #DEE2E6;
|
||||
|
||||
$primary: #E85537;
|
||||
$primary-light: #FF773D;
|
||||
|
@ -22,6 +20,8 @@ $font-family-body: "Inter", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe
|
|||
$font-family-mono: "JetBrains Mono", monospace;
|
||||
$font-size-base: 1.2rem;
|
||||
|
||||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
@import "fonts";
|
||||
@import "chroma";
|
||||
@import "main";
|
||||
|
|
Loading…
Reference in a new issue