diff --git a/_dev/css/abstracts/variables/bootstrap/_colors.scss b/_dev/css/abstracts/variables/bootstrap/_colors.scss index 3ef3427c..f73d992a 100644 --- a/_dev/css/abstracts/variables/bootstrap/_colors.scss +++ b/_dev/css/abstracts/variables/bootstrap/_colors.scss @@ -23,7 +23,7 @@ $green: #28a745; $teal: #20c997; $cyan: #17a2b8; -$primary: $blue; +$primary: $gray-900; $secondary: $gray-600; $success: $green; $info: $cyan; diff --git a/_dev/css/abstracts/variables/bootstrap/_typography.scss b/_dev/css/abstracts/variables/bootstrap/_typography.scss index 3423a8c7..97cf05c4 100644 --- a/_dev/css/abstracts/variables/bootstrap/_typography.scss +++ b/_dev/css/abstracts/variables/bootstrap/_typography.scss @@ -37,3 +37,5 @@ $headings-margin-bottom: rem-calc(20px); $headings-font-weight: 700; $headings-line-height: 1.2; $headings-color: $gray-900; + +$link-decoration: none;