mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Properly group SCSS variables
This commit is contained in:
parent
5eb299a769
commit
d2bad667ad
|
@ -1,3 +1,8 @@
|
|||
@import "node_modules/bootstrap/scss/bootstrap";
|
||||
|
||||
$body-bg: #17181C;
|
||||
$body-color: $gray-300;
|
||||
|
||||
$primary: #E85537;
|
||||
$primary-light: #FF773D;
|
||||
$primary-lighter: #F19143;
|
||||
|
@ -8,7 +13,7 @@ $inline-code-color: #E2777A;
|
|||
$inline-code-background: #3B3D42;
|
||||
$codeblock-background: #272822;
|
||||
|
||||
$body-bg: #17181C;
|
||||
$navbar-height: 40px;
|
||||
$footer-height: 110px;
|
||||
$headings-margin-bottom: 1.5rem;
|
||||
$paragraph-margin-bottom: $headings-margin-bottom * 0.85;
|
||||
|
@ -17,12 +22,6 @@ $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";
|
||||
|
||||
$navbar-height: 40px;
|
||||
$body-color: $gray-300;
|
||||
|
||||
|
||||
@import "fonts";
|
||||
@import "chroma";
|
||||
@import "main";
|
||||
|
|
Loading…
Reference in a new issue