From a775b69c780701329fbb0d4c0231db356b380dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Ste=CC=A8pien=CC=81?= Date: Fri, 6 Oct 2023 01:58:38 +0200 Subject: [PATCH] changed primary color, disabled link decoration --- _dev/css/abstracts/variables/bootstrap/_colors.scss | 2 +- _dev/css/abstracts/variables/bootstrap/_typography.scss | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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;