Skip to content

Commit

Permalink
changed primary color, disabled link decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Oct 5, 2023
1 parent 1e35682 commit a775b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/css/abstracts/variables/bootstrap/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $green: #28a745;
$teal: #20c997;
$cyan: #17a2b8;

$primary: $blue;
$primary: $gray-900;
$secondary: $gray-600;
$success: $green;
$info: $cyan;
Expand Down
2 changes: 2 additions & 0 deletions _dev/css/abstracts/variables/bootstrap/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit a775b69

Please sign in to comment.